blob: 6b6de3fa2f2672c57a6f0879e3ce056de14640cf (
plain)
1
2
3
4
5
6
7
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)
|