diff options
| author | Maxime Dénès | 2020-03-09 15:55:34 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2020-03-09 15:55:34 +0100 |
| commit | 672aba0f30c231a30d1ff69c51146230fc968f5d (patch) | |
| tree | 18c01b0f58f17e67881c982c8ae24f8477fe029d /dev/ci/ci-common.sh | |
| parent | dbd3a4c4213b3d56908a8387de93e27aaec501a4 (diff) | |
Do not erase OCAMLPATH in CI targets with Dune-built Coq
Diffstat (limited to 'dev/ci/ci-common.sh')
| -rw-r--r-- | dev/ci/ci-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh index 7aa265cf90..f0dbe485f7 100644 --- a/dev/ci/ci-common.sh +++ b/dev/ci/ci-common.sh @@ -19,7 +19,7 @@ then elif [ -d "$PWD/_build/install/default/" ]; then # Dune build - export OCAMLPATH="$PWD/_build/install/default/lib/" + export OCAMLPATH="$PWD/_build/install/default/lib/:$OCAMLPATH" export COQBIN="$PWD/_build/install/default/bin" export COQLIB="$PWD/_build/install/default/lib/coq" CI_BRANCH="$(git rev-parse --abbrev-ref HEAD)" |
