diff options
| author | Gaëtan Gilbert | 2018-11-12 17:45:44 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-12 17:45:44 +0100 |
| commit | 835ab6b50a4c3c0f7c4623bebf3c95f4fa49a79d (patch) | |
| tree | 38d90a9e5afff39711fcd3d37c1f439d7eb013f9 /dev/ci/ci-paramcoq.sh | |
| parent | 9f9bf0d0a711251537fedf0622f1c0757d42cb44 (diff) | |
| parent | 1f76b5dd689b963eed6fe8e4009c21d86fc09db0 (diff) | |
Merge PR #8962: [ci] Add paramcoq to CI.
Diffstat (limited to 'dev/ci/ci-paramcoq.sh')
| -rwxr-xr-x | dev/ci/ci-paramcoq.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-paramcoq.sh b/dev/ci/ci-paramcoq.sh new file mode 100755 index 0000000000..c641af2abb --- /dev/null +++ b/dev/ci/ci-paramcoq.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download paramcoq + +( cd "${CI_BUILD_DIR}/paramcoq" && make && make install ) |
