From cdf6dc5da3730657fa8c2b52ce5cd69d2711333f Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 11 Apr 2021 19:25:37 -0600 Subject: test on xbps too --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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: -- cgit v1.2.3