summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-19 13:57:45 +0200
committerraveit65 <[email protected]>2020-04-19 13:57:45 +0200
commit1bcfadf10f54e5aa9c782a818375ef350aa6e89b (patch)
treec06d3023d958229734e16ee697580b67b9728413 /.build.yml
parent05ed959fd8e508f886f98e4b082bad7941755b90 (diff)
downloadlibmateweather-1bcfadf10f54e5aa9c782a818375ef350aa6e89b.tar.bz2
libmateweather-1bcfadf10f54e5aa9c782a818375ef350aa6e89b.tar.xz
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index f891f01..90a1dea 100644
--- a/.build.yml
+++ b/.build.yml
@@ -106,7 +106,7 @@ build_scripts:
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
- fi
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- scan-build $CHECKERS ./configure --enable-compile-warnings=maximum
- if [ $CPU_COUNT -gt 1 ]; then
- if [ ${DISTRO_NAME} == "debian" ];then