Skip to content
Snippets Groups Projects
Commit da8e2a35 authored by Jelle van der Waa's avatar Jelle van der Waa
Browse files

Add Arch Linux as CI test target

This still ignores one unit test set which fails on Arch Linux and
needs to be further investigated.
parent 970d21a2
No related branches found
No related tags found
1 merge request!91Add Arch Linux as CI test target
......@@ -32,6 +32,18 @@ ubuntu-devel:
image: ubuntu:devel
allow_failure: true
arch:
stage: test
allow_failure: true
image: archlinux:latest
script:
- >
pacman -Syu --noconfirm file python-pytest python-pytest-cov python-distro python-libarchive-c python-progressbar
python-magic python-setuptools binutils
- "pacman -S --noconfirm $(./bin/diffoscope --list-tools|cut -d: -f2 | head -n1 | sed s/,//g)"
- mount -o remount,rw /dev
- py.test -vv -k 'not test_diff_meta' -l -r a --cov=diffoscope --cov-report=term-missing
.deploy:
image: docker:latest
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment