diff options
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 |