aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-13 22:53:56 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-13 22:53:56 -0600
commitb6b5108f6420933aba4a516540c18367972a28f1 (patch)
tree38c2773625e609fa2686e239ff852ef2c5c5b2f6
parentb98e68d3ba7575e147856e0ec6b85869b7c273e0 (diff)
downloadmakers-b6b5108f6420933aba4a516540c18367972a28f1.tar.gz
makers-b6b5108f6420933aba4a516540c18367972a28f1.zip
test on libarchive
-rw-r--r--.gitlab-ci.yml13
-rw-r--r--README.md1
2 files changed, 13 insertions, 1 deletions
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
diff --git a/README.md b/README.md
index 76ab6ca..bc89cc7 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ specific projects tested:
- [uutils coreutils](https://github.com/uutils/coreutils)
- [CPython](https://github.com/python/cpython)
- [SPDX license list](https://github.com/spdx/license-list-XML)
+- [libarchive](https://libarchive.org/)
list of features that are needed for version 1.0: