diff options
| author | Gaëtan Gilbert | 2020-07-22 14:58:43 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-07-22 14:58:43 +0200 |
| commit | 1ea5dec77580e479885ffbea0278174fdec629fb (patch) | |
| tree | b30d6c51dbce194545cd1e2360bcd4fab05bcfa1 /dev/ci/ci-coqtail.sh | |
| parent | 3962027eece19261efe88dda6c5a655f99ae93d0 (diff) | |
| parent | ca5aaa579d9fe87e999f543db0dcb66d2b78032c (diff) | |
Merge PR #12715: Add Coqtail to CI
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/ci-coqtail.sh')
| -rwxr-xr-x | dev/ci/ci-coqtail.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-coqtail.sh b/dev/ci/ci-coqtail.sh new file mode 100755 index 0000000000..b8b5c6c724 --- /dev/null +++ b/dev/ci/ci-coqtail.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download coqtail + +( cd "${CI_BUILD_DIR}/coqtail" && PYTHONPATH=python python3 -m pytest tests/test_coqtop.py ) |
