diff options
author | raveit65 <[email protected]> | 2020-04-22 18:35:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:35:39 +0200 |
commit | cd8c5b494bd6338f7057c70546b8702ce464b4df (patch) | |
tree | 97ffd665066aa79f5b4810c30995752168562386 | |
parent | b93f760c56ff8cce27311eb4f37e208f4387b331 (diff) | |
download | mate-user-share-cd8c5b494bd6338f7057c70546b8702ce464b4df.tar.bz2 mate-user-share-cd8c5b494bd6338f7057c70546b8702ce464b4df.tar.xz |
ci: don't run configure with autogen.sh
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ before_scripts: - make install build_scripts: - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT |