diff options
| author | Emilio Jesus Gallego Arias | 2020-03-09 18:16:05 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-03-09 18:16:05 -0400 |
| commit | bab342d98d413a2b7a20da98c8dbec7616f54bce (patch) | |
| tree | 651d046416e0df99437546177ac9655f121508dc | |
| parent | 43318e8b781c7ecbd17cd9d6cf61bc714e9613bf (diff) | |
| parent | 672aba0f30c231a30d1ff69c51146230fc968f5d (diff) | |
Merge PR #11787: Do not erase OCAMLPATH in CI targets with Dune-built Coq
Reviewed-by: ejgallego
| -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)" |
