diff options
Diffstat (limited to 'tools/ci/ci-flocq.sh')
| -rwxr-xr-x | tools/ci/ci-flocq.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/ci/ci-flocq.sh b/tools/ci/ci-flocq.sh new file mode 100755 index 0000000000..b9cf649a1a --- /dev/null +++ b/tools/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 clone --depth 3 https://scm.gforge.inria.fr/anonscm/git/flocq/flocq.git + +( cd flocq && ./autogen.sh && ./configure && ./remake -j${NJOBS} ) |
