diff options
author | Wu Xiaotian <[email protected]> | 2019-11-11 11:54:57 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-16 12:55:34 +0100 |
commit | df4d99d1edad527c845f43d0bb03902dc3c035c2 (patch) | |
tree | eb7c19a209d6627d666c9d188a0937c765ee3a77 | |
parent | bf09823fab35beee18936d570a50db6466d92d0f (diff) | |
download | mate-terminal-df4d99d1edad527c845f43d0bb03902dc3c035c2.tar.bz2 mate-terminal-df4d99d1edad527c845f43d0bb03902dc3c035c2.tar.xz |
ci: add autopoint
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 83f9654..9ed9420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,6 @@ requires: - clang - gcc - git - - intltool - libsm - make - mate-common @@ -81,13 +80,12 @@ requires: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal - autoconf-archive + - autopoint - clang - clang-tools - cppcheck - gcc - git - - intltool - - intltool - libdconf-dev - libglib2.0-dev - libgtk-3-dev @@ -117,11 +115,10 @@ requires: ubuntu: - autoconf-archive + - autopoint - clang - clang-tools - git - - intltool - - intltool - libdconf-dev - libglib2.0-dev - libgtk-3-dev @@ -153,8 +150,6 @@ variables: before_scripts: - 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 - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi |