mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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.
This commit is contained in:
parent
4110a998b8
commit
58a052198a
1 changed files with 5 additions and 5 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue