aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-flocq.sh
blob: b9cf649a1aa92bb9ad57abda80414ca1edae99f6 (plain)
1
2
3
4
5
6
7
8
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} )