From 91e80527fc63140dc0c0a7afebe74f37494abd68 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 1 Sep 2018 15:07:01 +0200 Subject: Add archlinux to the CI --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d8d0ee..cd64b42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,3 +53,10 @@ tests:fedora: - dnf install -y python3 python3-mutagen python3-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 gdk-pixbuf2-modules cairo-gobject cairo python3-cairo perl-Image-ExifTool mailcap - gdk-pixbuf-query-loaders-64 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache - python3 setup.py test + +tests:archlinux: + image: archlinux/base + stage: test + script: + - pacman -Sy --noconfirm python-mutagen python-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 python-cairo perl-image-exiftool python-setuptools mailcap + - python3 setup.py test -- cgit v1.3