aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-11 19:25:37 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-11 19:25:37 -0600
commitcdf6dc5da3730657fa8c2b52ce5cd69d2711333f (patch)
treebfb72a44f41b8c0d4eaa545cd894a63d563c3d09 /.gitlab-ci.yml
parentade0629bc862004bcc069345ec91aa0142c1f257 (diff)
downloadmakers-cdf6dc5da3730657fa8c2b52ce5cd69d2711333f.tar.gz
makers-cdf6dc5da3730657fa8c2b52ce5cd69d2711333f.zip
test on xbps too
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
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: