diff options
| author | Emilio Jesus Gallego Arias | 2017-02-11 02:06:01 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-02-15 21:20:34 +0100 |
| commit | 575bbed527977aee520a3954a196f5b59ae947c5 (patch) | |
| tree | 5f3376bba323271eb139ca4b9f74c6b53293f145 /dev/ci/ci-common.sh | |
| parent | 30a2def37ecdeeed24325089a0b0ca264100389c (diff) | |
[travis] [External CI] CompCert official 8.6 support + UniMath
Diffstat (limited to 'dev/ci/ci-common.sh')
| -rw-r--r-- | dev/ci/ci-common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh index 087572e47d..412da626fd 100644 --- a/dev/ci/ci-common.sh +++ b/dev/ci/ci-common.sh @@ -2,7 +2,10 @@ set -xe +# Coq's tools need an ending slash :S, we should fix them. +export COQBIN=`pwd`/bin/ export PATH=`pwd`/bin:$PATH + ls `pwd`/bin # Maybe we should just use Ruby... |
