diff options
| author | Jason Gross | 2017-05-30 23:43:09 -0400 |
|---|---|---|
| committer | Jason Gross | 2017-06-02 20:11:21 -0400 |
| commit | 332d85dc6c69fbcc2aae7b9d4af975fb43769b05 (patch) | |
| tree | 715fe79a8df55b626601b8e92502684203c3fd49 /dev/ci/ci-coq-dpdgraph.sh | |
| parent | a2a98a4015311af83edcf8fc87aa30a5318bead8 (diff) | |
Add coq-dpdgraph CI
Diffstat (limited to 'dev/ci/ci-coq-dpdgraph.sh')
| -rwxr-xr-x | dev/ci/ci-coq-dpdgraph.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-coq-dpdgraph.sh b/dev/ci/ci-coq-dpdgraph.sh new file mode 100755 index 0000000000..44b0e4c4d5 --- /dev/null +++ b/dev/ci/ci-coq-dpdgraph.sh @@ -0,0 +1,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 -j ${NJOBS} && (make tests | tee tmp.log) && (if grep DIFFERENCES tmp.log ; then exit 1 ; else exit 0 ; fi) ) |
