summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-28 17:37:55 +0800
committerraveit65 <[email protected]>2019-11-09 15:00:24 +0100
commit02ec93b799a274b29e0495004a795765a0462173 (patch)
tree698147e5d50feb24148ef1adae453707bacbf835 /.travis.yml
parentc16dd6cc8260871d510b1d2ca27c5f5bbc3cb87f (diff)
downloadmate-media-02ec93b799a274b29e0495004a795765a0462173.tar.bz2
mate-media-02ec93b799a274b29e0495004a795765a0462173.tar.xz
travis: add autopoint
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 1b79df8..cd4d648 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,6 @@ requires:
- clang
- gcc
- git
- - intltool
- libcanberra
- libmatemixer
- make
@@ -81,12 +80,12 @@ requires:
# Useful URL: https://github.com/mate-desktop/debian-packages
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-media
- autoconf-archive
+ - autopoint
- clang
- clang-tools
- cppcheck
- gcc
- git
- - intltool
- libcanberra-gtk3-dev
- libglib2.0-dev
- libgtk-3-dev
@@ -118,10 +117,10 @@ requires:
ubuntu:
- autoconf-archive
+ - autopoint
- clang
- clang-tools
- git
- - intltool
- libcanberra-gtk3-dev
- libglib2.0-dev
- libgtk-3-dev
@@ -163,11 +162,11 @@ build_scripts:
- fi
before_scripts:
- # Debian - patch intltool-update
- - if [ ${DISTRO_NAME} == "debian" ];then
- - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
- - bash ./debian.sh
- - fi
+ ## Debian - patch intltool-update
+ #- if [ ${DISTRO_NAME} == "debian" ];then
+ #- curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh
+ #- bash ./debian.sh
+ #- fi
# Install mate-common fron tarball
- cd ${START_DIR}
- '[ -f mate-common-1.23.3.tar.xz ] || curl -Ls -o mate-common-1.23.3.tar.xz http://pub.mate-desktop.org/releases/1.23/mate-common-1.23.3.tar.xz'