summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-03-08 17:47:33 +0100
committerraveit65 <[email protected]>2021-03-08 17:47:33 +0100
commite567f91980844d81a527df0c61134993ff26b84c (patch)
treefd2c90ce0f7e5152d08dc4b8117e433fec6cba99 /.build.yml
parent63fe5ff541a96a40acde8eb99e27648b9bb33940 (diff)
downloadmate-control-center-e567f91980844d81a527df0c61134993ff26b84c.tar.bz2
mate-control-center-e567f91980844d81a527df0c61134993ff26b84c.tar.xz
travis: build with mate-common, matedesktop, mate-settings-daemon from repos
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml45
1 files changed, 0 insertions, 45 deletions
diff --git a/.build.yml b/.build.yml
index 18c7222d..202f152e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -157,51 +157,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
-
- - cd ${START_DIR}
- - if [ ! -f mate-desktop-1.23.2.tar.xz ];then
- - curl -Ls -o mate-desktop-1.23.2.tar.xz https://github.com/mate-desktop/mate-desktop/releases/download/v1.23.2/mate-desktop-1.23.2.tar.xz
- - fi
- - tar xf mate-desktop-1.23.2.tar.xz
- - cd mate-desktop-1.23.2
- - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then
- - ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --libexecdir=/usr/lib/x86_64-linux-gnu
- - else
- - ./autogen.sh --prefix=/usr
- - fi
- - if [ ${TRAVIS} == "false" ]; then
- - make clean
- - fi
- - make
- - make install
-
- - cd ${START_DIR}
- - if [ ! -f mate-settings-daemon-1.23.1.tar.xz ]; then
- - curl -Ls -o mate-settings-daemon-1.23.1.tar.xz https://github.com/mate-desktop/mate-settings-daemon/releases/download/v1.23.1/mate-settings-daemon-1.23.1.tar.xz
- - fi
- - tar xf mate-settings-daemon-1.23.1.tar.xz
- - cd mate-settings-daemon-1.23.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
- - if [ ${TRAVIS} == "false" ]; then
- - make clean
- - fi
- - make
- - make install
- curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.3/gla11y
- chmod +x /usr/bin/gla11y