diff options
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
| -rwxr-xr-x | dev/ci/ci-math-comp.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh index a74f9fa4d3..cae127ee7b 100755 --- a/dev/ci/ci-math-comp.sh +++ b/dev/ci/ci-math-comp.sh @@ -8,6 +8,10 @@ git_download mathcomp ( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make install ) +git_download fourcolor + +( cd "${CI_BUILD_DIR}/fourcolor" && make && make install ) + git_download oddorder ( cd "${CI_BUILD_DIR}/oddorder" && make ) |
