diff options
-rw-r--r-- | .build.yml | 27 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 14 insertions, 15 deletions
@@ -2,20 +2,19 @@ # THE FOLLOWING LINES IS USED BY docker-build ########################################################## requires: -# archlinux: -# - autoconf-archive -# - clang -# - gcc -# - git -# - gobject-introspection -# - gtk3 -# - intltool -# - iso-codes -# - meson -# - make -# - mate-common -# - startup-notification -# - which + archlinux: + - autoconf-archive + - clang + - gcc + - git + - make + - startup-notification + - glib2 + - gobject-introspection + - gtk3 + - gtk-doc + - mate-common + - vala debian: # Useful URL: https://salsa.debian.org/debian-ayatana-team/ayatana-ido diff --git a/.travis.yml b/.travis.yml index f4e09fd..611869f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build autotools env: -# - DISTRO="archlinux:latest" + - DISTRO="archlinux:latest" - DISTRO="debian:testing" # - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" |