summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-04-25 20:06:15 +0800
committerJia Tan <jiat0218@gmail.com>2023-04-25 22:14:28 +0800
commit2cf5ae5b5b279b0b2e69ca4724e7bd705865fe68 (patch)
tree7bcfa5495d1f4610a790fbd7512b774318564d8f
parent16b81a057a87c2f18e6ed6447f003af0cbdcfe43 (diff)
downloadxz-2cf5ae5b5b279b0b2e69ca4724e7bd705865fe68.tar.gz
CI: Adds a build and test for small configuration.
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 823f543..397a48d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -114,6 +114,11 @@ jobs:
- name: Test without crc64 check
run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -c crc32,sha256 -d shared,nls -p test -n no_crc64
+ - name: Build small
+ run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d small -p build
+ - name: Test small
+ run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d small -p test -n small
+
# Attempt to upload the test logs as artifacts if any step has failed
- uses: actions/upload-artifact@v3
if: ${{ failure() }}