aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-flocq.sh
blob: 345924e40ac0cc76e335834f62f7152ea480baa8 (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_checkout master https://scm.gforge.inria.fr/anonscm/git/flocq/flocq.git flocq

( cd flocq && ./autogen.sh && ./configure && ./remake -j${NJOBS} )