aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-mathcomp.sh
diff options
context:
space:
mode:
authorOlivier Laurent2020-04-30 15:55:14 +0200
committerOlivier Laurent2020-04-30 17:02:12 +0200
commit6cc6b87f997d7a5e848203b49bfedfaa96c53bb2 (patch)
treeaec78a75e1b5e0785a9b5995043655a064005583 /dev/ci/ci-mathcomp.sh
parent010ef152611977770fa137ed5980205d412febe5 (diff)
renaming in Makefile.ci and ci scripts to avoid inconsistencies
Diffstat (limited to 'dev/ci/ci-mathcomp.sh')
-rwxr-xr-xdev/ci/ci-mathcomp.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev/ci/ci-mathcomp.sh b/dev/ci/ci-mathcomp.sh
new file mode 100755
index 0000000000..cae127ee7b
--- /dev/null
+++ b/dev/ci/ci-mathcomp.sh
@@ -0,0 +1,17 @@
+#!/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 )