enable utils coverage-regression checks in CI

This also needs installing python3-coverage in the test environment.
This commit is contained in:
Christian Boltz 2021-01-11 13:25:53 +01:00
parent 69c6ac3073
commit e38be7b14f
Failed to generate hash of commit

View file

@ -1,7 +1,7 @@
--- ---
image: ubuntu:latest image: ubuntu:latest
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get install --no-install-recommends -y build-essential apache2-dev autoconf automake bison dejagnu flex libpam-dev libtool perl liblocale-gettext-perl pkg-config python-all-dev python3-all-dev pyflakes3 ruby-dev swig lsb-release python3-notify2 python3-psutil zlib1g-dev - export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get install --no-install-recommends -y build-essential apache2-dev autoconf automake bison dejagnu flex libpam-dev libtool perl liblocale-gettext-perl pkg-config python-all-dev python3-all-dev pyflakes3 ruby-dev swig lsb-release python3-coverage python3-notify2 python3-psutil zlib1g-dev
- lsb_release -a - lsb_release -a
- uname -a - uname -a
@ -42,6 +42,7 @@ test-all:
- make -C parser check - make -C parser check
- make -C binutils check - make -C binutils check
- make -C utils check - make -C utils check
- make -C utils/test coverage-regression
- make -C changehat/mod_apparmor check - make -C changehat/mod_apparmor check
- make -C profiles check-parser - make -C profiles check-parser
- make -C profiles check-abstractions.d - make -C profiles check-abstractions.d