Skip to content

Commit cba1a43

Browse files
committed
ci: set paths
1 parent 54e7789 commit cba1a43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/ci-02-run-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ set -euxo pipefail
33
source /opt-3/cpython-v3.*-apt-deb/bin/activate
44

55
[[ $(python3 setup.py --version) =~ ^[0-9]+.* ]]
6+
export \
7+
PYODESYS_CVODE_FLAGS="-isystem $SUNDBASE/include -isystem /usr/include/suitesparse" \
8+
PYODESYS_CVODE_LDFLAGS="-Wl,--disable-new-dtags -Wl,-rpath,$SUNDBASE/lib -L$SUNDBASE/lib"
9+
610
./scripts/run_tests.sh --cov chempy --cov-report html
711
./scripts/coverage_badge.py htmlcov/ htmlcov/coverage.svg

0 commit comments

Comments
 (0)