Searched +full:_ci +full:- +full:linux +full:- +full:debian (Results 1 – 2 of 2) sorted by relevance
3 # SPDX-License-Identifier: curl4 ---5 name: curl-for-win10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.circleci/**'15 - 'appveyor.*'16 - 'packages/**'[all …]
5 ---------8 We use it to test merge requests (MRs) before merging them (pre-merge testing),9 as well as post-merge testing, for everything that hits ``main``14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:16 - Build testing for a number of configurations and platforms17 - Sanity checks (``meson test``)18 - Most drivers are also tested using several test suites, such as the19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__,21 - Replay of application traces27 tool <#running-specific-ci-jobs>`__.[all …]