diff options
author | Robert Tari <robert@tari.in> | 2021-05-03 12:47:05 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-05-03 12:47:05 +0200 |
commit | 9318a4a6c70b92543ee03b14d8ee4bfb811d41b1 (patch) | |
tree | 8a73564446aa9a50d966404c3360c2f6d2100a2d | |
parent | faf1fa159926640ad65b46a6549cdf789d98024b (diff) | |
parent | 689c38c520871f0699a28fd224744fcb686d8613 (diff) | |
download | ayatana-indicator-session-9318a4a6c70b92543ee03b14d8ee4bfb811d41b1.tar.gz ayatana-indicator-session-9318a4a6c70b92543ee03b14d8ee4bfb811d41b1.tar.bz2 ayatana-indicator-session-9318a4a6c70b92543ee03b14d8ee4bfb811d41b1.zip |
Merge branch 'sunweaver-pr/travis-ci-build-libayatana-common-from-git'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/33
-rw-r--r-- | .build.yml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -96,6 +96,16 @@ variables: -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' +before_scripts: + - cd ${START_DIR} + - if [ ! -d libayatana-common-build ]; then + - git clone --depth 1 https://github.com/AyatanaIndicators/libayatana-common.git libayatana-common-build + - fi + - cd libayatana-common-build + - cmake . -DCMAKE_INSTALL_PREFIX=/usr + - make + - make install + build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - export CFLAGS+=" -Wsign-compare -Wunused-parameter" |