aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-reduction_effects.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-01-29 10:35:59 +0100
committerGaëtan Gilbert2020-01-29 10:35:59 +0100
commitdd86f54cbe7b328b4514c49b8ce1a1c78819f094 (patch)
tree70a3f37b75fca848714deb789d551d4f6f8a02c0 /dev/ci/ci-reduction_effects.sh
parent60dd89f3a9b946875cc38678f50bd50431bafa3d (diff)
parent6298eba97c81b42a7f4024e2c87da8e9bc12b2b2 (diff)
Merge PR #11469: Add reduction-effects to the CI
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci/ci-reduction_effects.sh')
-rwxr-xr-xdev/ci/ci-reduction_effects.sh8
1 files changed, 8 insertions, 0 deletions
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)