Try to make github actions happy

This commit is contained in:
Daniel Marjamäki 2020-05-13 05:03:32 +02:00
parent 2acfd2bcd4
commit e2aec95fc9
2 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
sudo apt-get update
sudo apt-get install libxml2-utils
sudo apt-get install z3 libz3-dev
cp externals/z3_version_old.h externals/z3_version.h
- name: Install missing software on macos
if: matrix.os == 'macos-latest'
@ -37,6 +38,7 @@ jobs:
- name: Build cppcheck
run: |
cp externals/z3_version_old.h externals/z3_version.h
make -j2 USE_Z3=yes HAVE_RULES=yes
- name: Build test

View File

@ -22,6 +22,7 @@ jobs:
- name: Compile instrumented
run: |
cp externals/z3_version_old.h externals/z3_version.h
make test CXXFLAGS="-g -fprofile-arcs -ftest-coverage" USE_Z3=yes HAVE_RULES=yes -j$(nproc)
- name: Generate coverage report