diff options
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 ) |
