From 15445543f2526243c2f6a43213933398269c70e8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 22 Apr 2020 18:48:44 +0200 Subject: ci: don't run configure with autogen.sh --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1