aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-common.sh
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-11 02:06:01 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-15 21:20:34 +0100
commit575bbed527977aee520a3954a196f5b59ae947c5 (patch)
tree5f3376bba323271eb139ca4b9f74c6b53293f145 /dev/ci/ci-common.sh
parent30a2def37ecdeeed24325089a0b0ca264100389c (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.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index 087572e47..412da626f 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...