aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-flocq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-flocq.sh')
-rwxr-xr-xdev/ci/ci-flocq.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/ci-flocq.sh b/dev/ci/ci-flocq.sh
new file mode 100755
index 000000000..345924e40
--- /dev/null
+++ b/dev/ci/ci-flocq.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# $0 is not the safest way, but...
+ci_dir="$(dirname "$0")"
+source ${ci_dir}/ci-common.sh
+
+git_checkout master https://scm.gforge.inria.fr/anonscm/git/flocq/flocq.git flocq
+
+( cd flocq && ./autogen.sh && ./configure && ./remake -j${NJOBS} )