From e143ad579dc1d22101260843ee51d52ba3ce8626 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sat, 16 Feb 2019 22:17:56 +0800 Subject: Prepare for docker-build 0.1.1 merge into master Please see mate-desktop/mate-dev-scripts#13 --- .travis.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 22fafcb..881919b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ before_install: - chmod +x docker-build install: + - sudo apt-get install -y python3-pip python3-setuptools + - sudo pip3 install --upgrade pip + - sudo pip install PyGithub - ./docker-build --name ${DISTRO} --config .travis.yml --install script: @@ -26,8 +29,9 @@ env: ########################################################## requires: archlinux: + # Useful URL: https://git.archlinux.org/svntogit/community.git/tree/mate-notification-daemon - gcc - - git # Required to generate the ChangeLog file + - git - gtk3 - intltool - libnotify @@ -37,7 +41,9 @@ requires: - which debian: - - git # Required to generate the ChangeLog file + # Useful URL: https://github.com/mate-desktop/debian-packages + # Useful URL: https://salsa.debian.org/debian-mate-team/mate-notification-daemon + - git - gobject-introspection - gtk-doc-tools - intltool @@ -61,10 +67,10 @@ requires: - shared-mime-info fedora: - # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/ - - git # Required to generate the ChangeLog file + # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-notification-daemon.git - desktop-file-utils - file + - git - libcanberra-devel - libnotify-devel - libwnck3-devel @@ -72,7 +78,7 @@ requires: - mate-desktop-devel ubuntu: - - git # Required to generate the ChangeLog file + - git - gobject-introspection - gtk-doc-tools - intltool -- cgit v1.2.1