summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-08 22:21:27 +0100
committerraveit65 <[email protected]>2021-03-08 22:21:27 +0100
commit50df11895cba8aac8f0d0bd52b97c835a2a4afc0 (patch)
tree822eccc79803cc0939f3b44e84f94d93ac76db4d /.build.yml
parent39dd68c577930ea397ff80477b4ad50b7989a8d3 (diff)
downloadmate-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.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.build.yml b/.build.yml
index d6e8827..aa66d27 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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