Cirrus-CI: more updates for proper testing

pull/431/head
bradh352 3 years ago
parent b0106fc7f8
commit afb20c339f
  1. 4
      .cirrus.yml

@ -14,7 +14,7 @@ task:
image: debian:latest
- name: "Debian arm64"
env:
DIST: "DEBIAN"
DIST: "DEBIAN-ARM"
LC_ALL: "C"
SCAN_BUILD: "scan-build"
MAKE: "make"
@ -111,6 +111,6 @@ task:
script:
- ./ci/build.sh
- ./ci/test.sh
- if [ "$BUILD_TYPE" = "normal" ]; then ./ci/distcheck.sh ; fi
- if [ "$BUILD_TYPE" = "autotools" -a "$DIST" = "DEBIAN" ]; then ./ci/distcheck.sh ; fi
- if [ "$BUILD_TYPE" = "coverage" ]; then ./ci/covupload.sh ; fi

Loading…
Cancel
Save