aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-coq-dpdgraph.sh
blob: 5d6bd6a36877f12a22555f32c0c9789698daac1a (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
source ${ci_dir}/ci-common.sh

coq_dpdgraph_CI_DIR=${CI_BUILD_DIR}/coq-dpdgraph

git_checkout ${coq_dpdgraph_CI_BRANCH} ${coq_dpdgraph_CI_GITURL} ${coq_dpdgraph_CI_DIR}

( cd ${coq_dpdgraph_CI_DIR} && autoconf && ./configure && make && make test-suite )