From 360fafb7781ca12e533f7ee55da6a4a4324e2a19 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 17 Nov 2018 02:48:09 +0100 Subject: [ci] Uniformize casing of makefile targets and ci variables. This is convenient as to have better automation. --- dev/ci/ci-coq_dpdgraph.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dev/ci/ci-coq_dpdgraph.sh (limited to 'dev/ci/ci-coq_dpdgraph.sh') 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 ) -- cgit v1.2.3