summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:48:44 +0200
committerraveit65 <[email protected]>2020-04-22 18:48:44 +0200
commit15445543f2526243c2f6a43213933398269c70e8 (patch)
tree36edb92b8e4270891ddf58fc3fab2a30622a36dd
parent3c814c5f6ed09ce0c1bf96bc949dbb14af1eb3dc (diff)
downloadmozo-15445543f2526243c2f6a43213933398269c70e8.tar.bz2
mozo-15445543f2526243c2f6a43213933398269c70e8.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 faf1a12..b291857 100644
--- a/.build.yml
+++ b/.build.yml
@@ -58,7 +58,7 @@ variables:
- CFLAGS="-Wall -Werror=format-security"
build_scripts:
- - ./autogen.sh
+ - NOCONFIGURE=1 ./autogen.sh
- ./configure
- make