summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-22 18:48:44 +0200
committerraveit65 <[email protected]>2020-04-22 18:49:31 +0200
commit7ad7c4d9d3644790f08ea92dfb92aa3649eb5ae4 (patch)
treec562cb161849e71dc74afe5e2fd3367bb952cd20
parent0e2b8ec6da7c48d12e20de9c5e2c4090fd1095e4 (diff)
downloadmozo-7ad7c4d9d3644790f08ea92dfb92aa3649eb5ae4.tar.bz2
mozo-7ad7c4d9d3644790f08ea92dfb92aa3649eb5ae4.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