From b6b5108f6420933aba4a516540c18367972a28f1 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Tue, 13 Apr 2021 22:53:56 -0600 Subject: test on libarchive --- .gitlab-ci.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea0d21a..5c9a351 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ full-test-spdx: - apt update && apt install -y default-jre-headless - makers -full-test-xbps: +full-test-libarchive: stage: full-test script: - cargo install --path . @@ -69,6 +69,17 @@ full-test-xbps: - ./configure - makers - makers check || echo "test failed but that's not the point" + +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 install - git clone https://github.com/void-linux/xbps.git ~/xbps - cd ~/xbps -- cgit v1.2.3