diff options
| author | Enrico Tassi | 2020-09-11 16:37:42 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2020-09-11 16:37:42 +0200 |
| commit | f6ab4e9520c6dd2de6d6247347ca005c3fe4213c (patch) | |
| tree | 5253e30cc856875969be4bfe53811657f9c9f8e8 /dev/ci/ci-mathcomp.sh | |
| parent | e1a8da8b83aa3ae96ac05c2bc6606aa0719aa64f (diff) | |
[ci] [mathcomp] run the test suite
Diffstat (limited to 'dev/ci/ci-mathcomp.sh')
| -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 |
