diff options
Diffstat (limited to 'dev/ci/ci-math-comp.sh')
| -rwxr-xr-x | dev/ci/ci-math-comp.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev/ci/ci-math-comp.sh b/dev/ci/ci-math-comp.sh deleted file mode 100755 index cae127ee7b..0000000000 --- a/dev/ci/ci-math-comp.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash - -# $0 is not the safest way, but... -ci_dir="$(dirname "$0")" -. "${ci_dir}/ci-common.sh" - -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 ) |
