diff options
author | Pablo Barciela <[email protected]> | 2019-10-14 00:56:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-14 10:19:04 +0200 |
commit | 9207033e82aa9c8dbf82a5f27195f5b8059d8cfc (patch) | |
tree | 64bf0c35cb8cac5691df89214c0dd4ca1ae09b72 | |
parent | 15475a9825250b8b729558d886bca878fcbb0aad (diff) | |
download | mate-settings-daemon-9207033e82aa9c8dbf82a5f27195f5b8059d8cfc.tar.bz2 mate-settings-daemon-9207033e82aa9c8dbf82a5f27195f5b8059d8cfc.tar.xz |
Travis CI: don't build mate-desktop from tarball
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index 0848bac..42655c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -148,18 +148,6 @@ before_scripts: - bash ./debian.sh - fi - - cd ${START_DIR} - - '[ -f mate-desktop-1.21.2.tar.xz ] || curl -Ls -o mate-desktop-1.21.2.tar.xz http://pub.mate-desktop.org/releases/1.21/mate-desktop-1.21.2.tar.xz' - - tar xf mate-desktop-1.21.2.tar.xz - - cd mate-desktop-1.21.2 - - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - ./configure --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu - - else - - ./configure --prefix=/usr - - fi - - make - - make install - after_scripts: - make distcheck |