diff options
| author | Gaëtan Gilbert | 2019-04-28 19:21:21 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-04-28 19:21:21 +0200 |
| commit | 02a98973d2bd1e6fd5f7489da718f5a313fc834c (patch) | |
| tree | b7e352aa4a0940e19bf858c451535bfb063572db /dev/ci/ci-relation_algebra.sh | |
| parent | ae4239d6a5f4afcd9b7321dba790ffd4a64994a1 (diff) | |
| parent | 728216337e2541b37135d86c1b0206706cf4ed1a (diff) | |
Merge PR #9605: [coq_makefile] Enforce warn_error for plugins.
Reviewed-by: SkySkimmer
Ack-by: Zimmi48
Reviewed-by: gares
Diffstat (limited to 'dev/ci/ci-relation_algebra.sh')
| -rwxr-xr-x | dev/ci/ci-relation_algebra.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-relation_algebra.sh b/dev/ci/ci-relation_algebra.sh new file mode 100755 index 0000000000..84bed5bdfe --- /dev/null +++ b/dev/ci/ci-relation_algebra.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download relation_algebra + +( cd "${CI_BUILD_DIR}/relation_algebra" && make && make install ) |
