diff options
| author | Emilio Jesus Gallego Arias | 2018-07-25 18:44:38 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-07-25 18:44:38 +0200 |
| commit | efb7e23bb22bc7e9e3c2242d9d6a3ca85a6e9e47 (patch) | |
| tree | 1fc8dbd97fd25d8f8c70d5d6a563b144a623b0f3 /dev | |
| parent | 523de4f878293cf1d582bd70300b34d497e705b3 (diff) | |
| parent | 4aae5846dbe685a0e99e296053b57345b11c4330 (diff) | |
Merge PR #734: [travis] Also run coqchk on HoTT
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-hott.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 6ded97984e..184b90a50b 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -7,4 +7,4 @@ HoTT_CI_DIR="${CI_BUILD_DIR}"/HoTT git_checkout "${HoTT_CI_BRANCH}" "${HoTT_CI_GITURL}" "${HoTT_CI_DIR}" -( cd "${HoTT_CI_DIR}" && ./autogen.sh && ./configure && make ) +( cd "${HoTT_CI_DIR}" && ./autogen.sh && ./configure && make && make validate ) |
