diff options
| author | whonore | 2020-07-20 14:35:49 -0400 |
|---|---|---|
| committer | Gaƫtan Gilbert | 2020-07-21 15:31:15 +0200 |
| commit | ca5aaa579d9fe87e999f543db0dcb66d2b78032c (patch) | |
| tree | 00cecae195a7e8013bb7d92a80c16643cb836713 /dev/ci/ci-coqtail.sh | |
| parent | 8f4d7ddf4c3736a190b3e073fadb844c017628d3 (diff) | |
Add Coqtail to CI
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 ) |
