diff options
author | raveit65 <[email protected]> | 2019-09-30 19:08:23 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-01 09:54:59 +0200 |
commit | 6a31d0e5d2cc10e4349782b9402a91b0a7eb2705 (patch) | |
tree | 6410563e1717774ab60a10fb28648d1286bd2297 /.travis.yml | |
parent | b155f9d6fed0d33da27bed707276d48482ac1e7c (diff) | |
download | mate-system-monitor-6a31d0e5d2cc10e4349782b9402a91b0a7eb2705.tar.bz2 mate-system-monitor-6a31d0e5d2cc10e4349782b9402a91b0a7eb2705.tar.xz |
travis (ci): build mate-common from latest tarball
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5cc2de0..c859215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -170,6 +170,17 @@ before_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi + - 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' + - tar xf mate-common-1.23.3.tar.xz + - cd mate-common-1.23.3 + - 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 build_scripts: - ./autogen.sh |