diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -135,10 +135,10 @@ before_scripts: build_scripts: - if [ ${DISTRO_NAME} == "debian" -o ${DISTRO_NAME} == "ubuntu" ];then - - ./autogen.sh --without-keyring + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --without-keyring - else - - ./autogen.sh + - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure - fi - if [ $CPU_COUNT -gt 1 ]; then |