aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-oddorder.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-oddorder.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-oddorder.sh')
-rwxr-xr-xdev/ci/ci-oddorder.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-oddorder.sh b/dev/ci/ci-oddorder.sh
new file mode 100755
index 0000000000..b2da32ad61
--- /dev/null
+++ b/dev/ci/ci-oddorder.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+git_download oddorder
+
+( cd "${CI_BUILD_DIR}/oddorder" && make && make install )