diff options
Diffstat (limited to '.gitlab-ci.yml')
-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: |