summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-18 23:01:55 +0200
committerraveit65 <[email protected]>2020-04-18 23:01:55 +0200
commit4ac03ce6308d39e66fd59ae564174696aaeba4fe (patch)
tree6e065098374deda5d49834e071ff281aa55d975f
parentfdf62481ab7b65688c6369062004f144298721ac (diff)
downloadengrampa-4ac03ce6308d39e66fd59ae564174696aaeba4fe.tar.bz2
engrampa-4ac03ce6308d39e66fd59ae564174696aaeba4fe.tar.xz
ci: don't run configure with autogen.sh
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index eb88c48..9a3076d 100644
--- a/.build.yml
+++ b/.build.yml
@@ -103,7 +103,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 + 1 ))