aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-03-28 22:48:24 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-29 23:46:43 +0800
commitd0faa85df5a5d253a4625d45313cf5e9277e6cd2 (patch)
treee9419233898176c7065972e565607de93b000c3b /.github
parentCI: Removes CMakeCache.txt between builds. (diff)
downloadxz-d0faa85df5a5d253a4625d45313cf5e9277e6cd2.tar.xz
CI: Tests for disabling threading on CMake builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1691b5a8..823f5438 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,12 +89,9 @@ jobs:
- name: Test without decoders
run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d decoders,shared -p test -n no_decoders
- # Our CMake build cannot disable threads yet.
- name: Build without threads
- if: ${{ matrix.build_system == 'autotools' }}
run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d threads,shared -p build
- name: Test without threads
- if: ${{ matrix.build_system == 'autotools' }}
run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d threads,shared -p test -n no_threads
- name: Build without BCJ filters