aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-coquelicot.sh
blob: 94bd5e468faabdd167fc9486f9a44d82db437e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# $0 is not the safest way, but...
ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh

install_ssreflect

# Setup coquelicot
git_checkout master https://scm.gforge.inria.fr/anonscm/git/coquelicot/coquelicot.git coquelicot

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