diff --git a/.cirrus.yml b/.cirrus.yml index ec6d73f9..42cac573 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -67,7 +67,7 @@ task: case "${DIST}" in DEBIAN) apt-get update && \ - apt-get install -y cmake ninja-build + apt-get install -y cmake ninja-build autoconf automake libtool gcc case "${BUILD_TYPE}" in asan) apt-get install -y clang @@ -107,7 +107,8 @@ task: esac script: - - ./ci/build.sh && ./ci/test.sh + - ./ci/build.sh + - ./ci/test.sh - if [ "$BUILD_TYPE" = "normal" ]; then ./ci/distcheck.sh ; fi - if [ "$BUILD_TYPE" = "coverage" ]; then ./ci/covupload.sh ; fi diff --git a/ci/build.sh b/ci/build.sh index e2ca4db8..f23f20ab 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -9,7 +9,7 @@ elif [ "$CIRRUS_OS" != "" ]; then fi if [ "$BUILD_TYPE" != "cmake" -a "$BUILD_TYPE" != "valgrind" -a "$BUILD_TYPE" != "ios-cmake" ]; then - ./buildconf + autoreconf -fi mkdir atoolsbld cd atoolsbld $SCAN_WRAP ../configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug $CONFIG_OPTS