diff options
| author | Gaëtan Gilbert | 2018-11-18 14:48:33 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-18 14:48:33 +0100 |
| commit | 25e989019f72bd435d84a1d495c7de25165556dd (patch) | |
| tree | 8716ac6cadff64ff9f8d6ec3b0c61c86ed6bfe83 /dev/ci/ci-coq_dpdgraph.sh | |
| parent | 8e79fa301c285e4016997eff0e90ce5d9df46ad9 (diff) | |
| parent | ac63486c422af0ab76a620a797dbd349d3b0b2c0 (diff) | |
Merge PR #9018: [devtools] Small script to setup overlays automatically
Diffstat (limited to 'dev/ci/ci-coq_dpdgraph.sh')
| -rwxr-xr-x | dev/ci/ci-coq_dpdgraph.sh | 8 |
1 files changed, 8 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..2373ea6c62 --- /dev/null +++ b/dev/ci/ci-coq_dpdgraph.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download coq_dpdgraph + +( cd "${CI_BUILD_DIR}/coq_dpdgraph" && autoconf && ./configure && make && make test-suite ) |
