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'14 - master17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}18 cancel-in-progress: true30 linux-musl-llvm:31 runs-on: ubuntu-latest[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 …]