diff options
author | raveit65 <[email protected]> | 2020-04-21 22:18:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:18:51 +0200 |
commit | c5ee3033899c976f0011886209dc792fa5b892f3 (patch) | |
tree | ac3bd391e636b6d251c33a295fe049f4bc9f2dbe /.build.yml | |
parent | c808c0ce5b9a0c4cefd275d910353a9279605854 (diff) | |
download | mate-settings-daemon-c5ee3033899c976f0011886209dc792fa5b892f3.tar.bz2 mate-settings-daemon-c5ee3033899c976f0011886209dc792fa5b892f3.tar.xz |
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ build_scripts: - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-desktop-1.23.2' . - fi - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --prefix=/usr --enable-pulse --enable-compile-warnings=maximum - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then |