]> git.ipfire.org Git - thirdparty/zstd.git/commit
ci: separate cmake tests into dedicated workflow file
authorYann Collet <Cyan4973@users.noreply.github.com>
Sun, 8 Jun 2025 20:25:25 +0000 (20:25 +0000)
committerYann Collet <Cyan4973@users.noreply.github.com>
Sun, 8 Jun 2025 20:25:25 +0000 (20:25 +0000)
commita2dba85fd13f6dbd5158c14d9cc147fb5b31bf27
tree555e617dbfac9b274c807eb78ca3a16f40ee869f
parentec8ad2e5527d7a11171aeba6492b44c21de86005
ci: separate cmake tests into dedicated workflow file

- Create new .github/workflows/cmake-tests.yml with all cmake-related jobs
- Move cmake-build-and-test-check, cmake-source-directory-with-spaces, and cmake-visual-2022 jobs
- Remove cmake tests from dev-short-tests.yml to improve organization
- Maintain same trigger conditions and test configurations
- Add dedicated concurrency group for cmake tests

This separation allows cmake tests to run independently and makes
the CI configuration more modular and easier to maintain.
.github/workflows/cmake-tests.yml [new file with mode: 0644]
.github/workflows/dev-short-tests.yml