aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEnrico Tassi2020-11-24 16:47:25 +0100
committerEnrico Tassi2020-11-26 11:20:13 +0100
commit66370041661beb850c20d53d43111674a32d84b2 (patch)
tree1d7cd1f2bb83a77fe382c6c4d72b11a373a40ed6 /dev/ci
parente79430126e2d0ec55aec5937c53abba22f0df307 (diff)
[ci] add job for interval
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-interval.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-interval.sh b/dev/ci/ci-interval.sh
new file mode 100755
index 0000000000..30d437363f
--- /dev/null
+++ b/dev/ci/ci-interval.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+. "${ci_dir}/ci-common.sh"
+
+git_download interval
+
+( cd "${CI_BUILD_DIR}/interval" && autoconf && ./configure && ./remake "-j${NJOBS}" && ./remake install )