diff options
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd64b42..b31d088 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -49,6 +49,8 @@ tests:debian: | |||
| 49 | tests:fedora: | 49 | tests:fedora: |
| 50 | image: fedora | 50 | image: fedora |
| 51 | stage: test | 51 | stage: test |
| 52 | tags: | ||
| 53 | - whitewhale | ||
| 52 | script: | 54 | script: |
| 53 | - 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 | 55 | - 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 |
| 54 | - gdk-pixbuf-query-loaders-64 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache | 56 | - gdk-pixbuf-query-loaders-64 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache |
| @@ -57,6 +59,8 @@ tests:fedora: | |||
| 57 | tests:archlinux: | 59 | tests:archlinux: |
| 58 | image: archlinux/base | 60 | image: archlinux/base |
| 59 | stage: test | 61 | stage: test |
| 62 | tags: | ||
| 63 | - whitewhale | ||
| 60 | script: | 64 | script: |
| 61 | - pacman -Sy --noconfirm python-mutagen python-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 python-cairo perl-image-exiftool python-setuptools mailcap | 65 | - pacman -Sy --noconfirm python-mutagen python-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 python-cairo perl-image-exiftool python-setuptools mailcap |
| 62 | - python3 setup.py test | 66 | - python3 setup.py test |
