summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-01-12 23:39:19 +0800
committerJia Tan <jiat0218@gmail.com>2023-01-12 23:39:19 +0800
commit58a052198a7bcaf6e958f87fad72e69e19a2579b (patch)
tree7a4adc392a7cc4a92c8d5fe0ea1d534281b85fe9 /.github
parent4110a998b83459fe2bc9bc1bec30ad68afa8f797 (diff)
downloadxz-58a052198a7bcaf6e958f87fad72e69e19a2579b.tar.gz
CI: Reorder the 32-bit job in the Ubuntu runner.
Run the 32 bit job sooner since this is a more interesting test than some of the later jobs.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b7cbd1b..8865a96 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,6 +40,11 @@ jobs:
- name: Test with full features
run: ./build-aux/ci_build.sh -b autotools -p test
+ - name: Build 32-bit
+ run: ./build-aux/ci_build.sh -b autotools -p build -f "-m32"
+ - name: Test 32-bit
+ run: ./build-aux/ci_build.sh -b autotools -p test -f "-m32"
+
- name: Build without encoders
run: ./build-aux/ci_build.sh -b autotools -d encoders -p build
- name: Test without encoders
@@ -75,11 +80,6 @@ jobs:
- name: Test without crc64 check
run: ./build-aux/ci_build.sh -b autotools -c crc32,sha256 -p test
- - name: Build 32-bit
- run: ./build-aux/ci_build.sh -b autotools -p build -f "-m32"
- - name: Test 32-bit
- run: ./build-aux/ci_build.sh -b autotools -p test -f "-m32"
-
Linux-CMake:
runs-on: ubuntu-latest
steps: