diff options
author | raveit65 <[email protected]> | 2020-04-19 15:01:19 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 15:01:19 +0200 |
commit | 24ea02e84a1ef98d6ab0693b088fde4f03cd09a8 (patch) | |
tree | e34b9e5ec5775a6be919315483ff560d6b3f6aca /.build.yml | |
parent | 4354da54c1a1f0dc93df1e44f70544f4162ca685 (diff) | |
download | mate-control-center-24ea02e84a1ef98d6ab0693b088fde4f03cd09a8.tar.bz2 mate-control-center-24ea02e84a1ef98d6ab0693b088fde4f03cd09a8.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
@@ -206,7 +206,7 @@ before_scripts: - chmod +x /usr/bin/gla11y build_scripts: - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure - scan-build $CHECKERS --keep-cc -o html-report make -j $(( $CPU_COUNT + 1 )) - if [ ${DISTRO_NAME} == "debian" ];then |