diff options
author | raveit65 <[email protected]> | 2021-03-08 16:19:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 16:19:31 +0100 |
commit | c85ce30b846901b5d01ce77d20211538f7fb4989 (patch) | |
tree | 4df4ec1dfc6b057c4b0909aeee927034c0803dd0 | |
parent | 11b406e7c109c26d5efb25f4eb1f72cf17b7f65d (diff) | |
download | marco-c85ce30b846901b5d01ce77d20211538f7fb4989.tar.bz2 marco-c85ce30b846901b5d01ce77d20211538f7fb4989.tar.xz |
travis: build with mate-common-1.24.2 from repos
-rw-r--r-- | .build.yml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -136,17 +136,6 @@ variables: -enable-checker security.insecureAPI.strcpy"' before_scripts: - - cd ${START_DIR} - - '[ -f mate-common-1.24.1.tar.xz ] || curl -Ls -o mate-common-1.24.1.tar.xz https://github.com/mate-desktop/mate-common/releases/download/v1.24.1/mate-common-1.24.1.tar.xz' - - tar xf mate-common-1.24.1.tar.xz - - cd mate-common-1.24.1 - - 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: - NOCONFIGURE=1 ./autogen.sh |