diff options
author | raveit65 <[email protected]> | 2020-04-22 18:48:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:48:44 +0200 |
commit | 15445543f2526243c2f6a43213933398269c70e8 (patch) | |
tree | 36edb92b8e4270891ddf58fc3fab2a30622a36dd /.build.yml | |
parent | 3c814c5f6ed09ce0c1bf96bc949dbb14af1eb3dc (diff) | |
download | mozo-15445543f2526243c2f6a43213933398269c70e8.tar.bz2 mozo-15445543f2526243c2f6a43213933398269c70e8.tar.xz |
ci: don't run configure with autogen.sh
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ variables: - CFLAGS="-Wall -Werror=format-security" build_scripts: - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - ./configure - make |