diff options
| author | Emilio Jesus Gallego Arias | 2020-02-12 23:47:25 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-02-12 23:47:25 +0100 |
| commit | e9692a8ee7e9e71f64b93879bad6fc18c40d063f (patch) | |
| tree | 4eaca5e313bafb63b1b4fe7ebf01ba9e332e8705 /dev | |
| parent | 713f8a1af8c5e053ea6dc7b58a4a2b04a1e67c2f (diff) | |
| parent | 33efbc7d6f09618255a6047d35d2b9035805dd41 (diff) | |
Merge PR #11582: Split unicoq out of ci-mtac2.sh (keeping 1 CI job)
Reviewed-by: ejgallego
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-mtac2.sh | 4 | ||||
| -rwxr-xr-x | dev/ci/ci-unicoq.sh | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev/ci/ci-mtac2.sh b/dev/ci/ci-mtac2.sh index 7075d4d7f6..e08dcf07ab 100755 --- a/dev/ci/ci-mtac2.sh +++ b/dev/ci/ci-mtac2.sh @@ -3,10 +3,6 @@ ci_dir="$(dirname "$0")" . "${ci_dir}/ci-common.sh" -git_download unicoq - -( cd "${CI_BUILD_DIR}/unicoq" && coq_makefile -f Make -o Makefile && make && make install ) - git_download mtac2 ( cd "${CI_BUILD_DIR}/mtac2" && coq_makefile -f _CoqProject -o Makefile && make ) diff --git a/dev/ci/ci-unicoq.sh b/dev/ci/ci-unicoq.sh new file mode 100755 index 0000000000..36acb115e9 --- /dev/null +++ b/dev/ci/ci-unicoq.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download unicoq + +( cd "${CI_BUILD_DIR}/unicoq" && coq_makefile -f Make -o Makefile && make && make install ) |
