diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-11 19:25:37 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-11 19:25:37 -0600 |
commit | cdf6dc5da3730657fa8c2b52ce5cd69d2711333f (patch) | |
tree | bfb72a44f41b8c0d4eaa545cd894a63d563c3d09 | |
parent | ade0629bc862004bcc069345ec91aa0142c1f257 (diff) | |
download | makers-cdf6dc5da3730657fa8c2b52ce5cd69d2711333f.tar.gz makers-cdf6dc5da3730657fa8c2b52ce5cd69d2711333f.zip |
test on xbps too
-rw-r--r-- | .gitlab-ci.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e8f06d..58cf675 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,24 @@ full-test-spdx: - apt update && apt install -y default-jre-headless - makers +full-test-xbps: + stage: full-test + script: + - cargo install --path . + - cd + - wget https://www.libarchive.org/downloads/libarchive-3.5.1.tar.xz + - tar xf libarchive-*.tar.xz + - cd libarchive-*/ + - ./configure + - makers + - makers check + - makers install + - git clone https://github.com/void-linux/xbps.git ~/xbps + - cd ~/xbps + - ./configure + - makers + allow_failure: true + full-test-linux: stage: full-test script: |