diff options
| author | coqbot-app[bot] | 2020-09-14 12:42:58 +0000 |
|---|---|---|
| committer | GitHub | 2020-09-14 12:42:58 +0000 |
| commit | 090550218d0a6d08c7df34b1238d5c0d38520bd5 (patch) | |
| tree | e4cac232e2a769010b0545a3a1f7fe169021f248 /dev | |
| parent | 9278a6ec5b0cc33691b441beaa73cf38f04f4cbb (diff) | |
| parent | f6ab4e9520c6dd2de6d6247347ca005c3fe4213c (diff) | |
Merge PR #13014: [ci] [mathcomp] run the test suite
Reviewed-by: Zimmi48
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-mathcomp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-mathcomp.sh b/dev/ci/ci-mathcomp.sh index cae127ee7b..b1aa56ec4e 100755 --- a/dev/ci/ci-mathcomp.sh +++ b/dev/ci/ci-mathcomp.sh @@ -6,7 +6,7 @@ ci_dir="$(dirname "$0")" git_download mathcomp -( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make install ) +( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make test-suite && make install ) git_download fourcolor |
