From 6298eba97c81b42a7f4024e2c87da8e9bc12b2b2 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 27 Jan 2020 23:49:38 -0500 Subject: Add reduction-effects to the CI --- dev/ci/ci-reduction_effects.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dev/ci/ci-reduction_effects.sh (limited to 'dev/ci/ci-reduction_effects.sh') diff --git a/dev/ci/ci-reduction_effects.sh b/dev/ci/ci-reduction_effects.sh new file mode 100755 index 0000000000..6b6de3fa2f --- /dev/null +++ b/dev/ci/ci-reduction_effects.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download reduction_effects + +( cd "${CI_BUILD_DIR}/reduction_effects" && make && make test && make install) -- cgit v1.2.3