aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-03-16 19:41:10 +0100
committerEmilio Jesus Gallego Arias2019-03-16 19:41:10 +0100
commit3b57b6c205f0ed1fac51fedf72cc8cf451bf2de7 (patch)
treecdfc5deba3ad86fc5510a861bfa82af9e86ef007 /dev/ci
parent2f4a2a7adfbf4831ee03310e9f918c7d49c8d991 (diff)
parentc86962592b31082786acd5f6c047b25e8a9df684 (diff)
Merge PR #9784: Add test-suite to Paramcoq CI
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-paramcoq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-paramcoq.sh b/dev/ci/ci-paramcoq.sh
index c641af2abb..d2e0ee89bf 100755
--- a/dev/ci/ci-paramcoq.sh
+++ b/dev/ci/ci-paramcoq.sh
@@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")"
git_download paramcoq
-( cd "${CI_BUILD_DIR}/paramcoq" && make && make install )
+( cd "${CI_BUILD_DIR}/paramcoq" && make && make install && cd test-suite && make examples)