diff options
author | raveit65 <[email protected]> | 2021-03-08 22:21:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:21:27 +0100 |
commit | 50df11895cba8aac8f0d0bd52b97c835a2a4afc0 (patch) | |
tree | 822eccc79803cc0939f3b44e84f94d93ac76db4d /.build.yml | |
parent | 39dd68c577930ea397ff80477b4ad50b7989a8d3 (diff) | |
download | mate-power-manager-50df11895cba8aac8f0d0bd52b97c835a2a4afc0.tar.bz2 mate-power-manager-50df11895cba8aac8f0d0bd52b97c835a2a4afc0.tar.xz |
travis: build with mate-common-1.24.2 from repos
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -125,17 +125,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: - if [ ${DISTRO_NAME} == "debian" ];then |