try cirrus-ci again

pull/431/head
bradh352 3 years ago
parent 8f99aab9a1
commit e7645eebf8
  1. 5
      .cirrus.yml
  2. 2
      ci/build.sh

@ -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

@ -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

Loading…
Cancel
Save