diff options
author | raveit65 <[email protected]> | 2020-04-11 17:25:14 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-11 20:35:02 +0200 |
commit | a107f2149b3bca4cd3ff04408952d3b81eeb5881 (patch) | |
tree | 6e741d9c45920a5deff37ce1f71d94d43e73a8d2 | |
parent | 26fddbd235ecde9463d38c6c52bd8f528b74aac6 (diff) | |
download | caja-dropbox-a107f2149b3bca4cd3ff04408952d3b81eeb5881.tar.bz2 caja-dropbox-a107f2149b3bca4cd3ff04408952d3b81eeb5881.tar.xz |
ci: build with mate-common-1.24.1 tarball
-rw-r--r-- | .build.yml | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -4,6 +4,7 @@ requires: archlinux: # Useful URL: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=caja-dropbox + - autoconf-archive - clang - caja - gcc @@ -18,6 +19,7 @@ requires: debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/caja-dropbox + - autoconf-archive - clang - clang-tools - cppcheck @@ -32,6 +34,7 @@ requires: fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja-dropbox.git + - autoconf-archive - caja-devel - clang-analyzer - clang @@ -45,6 +48,7 @@ requires: - redhat-rpm-config ubuntu: + - autoconf-archive - clang - clang-tools - gcc @@ -75,6 +79,19 @@ variables: -enable-checker alpha.core.FixedAddr -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: - ./autogen.sh - scan-build $CHECKERS ./configure |