aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f467b90..1bac2bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,14 +75,9 @@ full-test-xbps:
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
+ - apt update && apt install -y libarchive-dev
- ./configure
- makers