diff --git a/.ci/ci-02-run-tests.sh b/.ci/ci-02-run-tests.sh index 19a83d6a..f15f709c 100755 --- a/.ci/ci-02-run-tests.sh +++ b/.ci/ci-02-run-tests.sh @@ -3,5 +3,9 @@ set -euxo pipefail source /opt-3/cpython-v3.*-apt-deb/bin/activate [[ $(python3 setup.py --version) =~ ^[0-9]+.* ]] +export \ + PYODESYS_CVODE_FLAGS="-isystem $SUNDBASE/include -isystem /usr/include/suitesparse" \ + PYODESYS_CVODE_LDFLAGS="-Wl,--disable-new-dtags -Wl,-rpath,$SUNDBASE/lib -L$SUNDBASE/lib" + ./scripts/run_tests.sh --cov chempy --cov-report html ./scripts/coverage_badge.py htmlcov/ htmlcov/coverage.svg