summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-16 22:17:56 +0800
committerraveit65 <[email protected]>2019-02-16 17:48:08 +0100
commite143ad579dc1d22101260843ee51d52ba3ce8626 (patch)
treeed60714e437d8ccec8fad263b1a097b535124ac3
parent3964e37f882d7d18631b1aafc3cc48213733e01e (diff)
downloadmate-notification-daemon-e143ad579dc1d22101260843ee51d52ba3ce8626.tar.bz2
mate-notification-daemon-e143ad579dc1d22101260843ee51d52ba3ce8626.tar.xz
Prepare for docker-build 0.1.1 merge into master
Please see mate-desktop/mate-dev-scripts#13
-rw-r--r--.travis.yml16
1 files changed, 11 insertions, 5 deletions
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