aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-mathcomp.sh
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-26 12:19:27 +0000
committerGitHub2020-11-26 12:19:27 +0000
commit7f3c46acc937eb9257c29b5881e5a8b17b28cd48 (patch)
tree6ec4a5850ca6bd2365d3d333ed0b15e5bdc92e8f /dev/ci/ci-mathcomp.sh
parent0fc82e9651ee1dbc429c9b328b90ad8ad1a3cb14 (diff)
parent8ee0c8fad103366f02b24eb912cdfaf9cb31fc65 (diff)
Merge PR #13467: [ci] add job for interval
Reviewed-by: SkySkimmer Ack-by: silene
Diffstat (limited to 'dev/ci/ci-mathcomp.sh')
-rwxr-xr-xdev/ci/ci-mathcomp.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev/ci/ci-mathcomp.sh b/dev/ci/ci-mathcomp.sh
index b1aa56ec4e..f170b35327 100755
--- a/dev/ci/ci-mathcomp.sh
+++ b/dev/ci/ci-mathcomp.sh
@@ -7,11 +7,3 @@ ci_dir="$(dirname "$0")"
git_download mathcomp
( cd "${CI_BUILD_DIR}/mathcomp/mathcomp" && make && make test-suite && make install )
-
-git_download fourcolor
-
-( cd "${CI_BUILD_DIR}/fourcolor" && make && make install )
-
-git_download oddorder
-
-( cd "${CI_BUILD_DIR}/oddorder" && make )