diff options
| author | Christian Doczkal | 2018-12-09 13:09:08 +0100 |
|---|---|---|
| committer | Christian Doczkal | 2018-12-09 13:09:08 +0100 |
| commit | 9f33dc1ac4e06c0bda64fa817cb3fbbbb56cc0b1 (patch) | |
| tree | 1b8f78c50b3a5986d7221911fe385d98a73acd65 /dev/ci/ci-relation-algebra.sh | |
| parent | fa20a54d9fbe0f3872614a592fcef7ef56b05e49 (diff) | |
add relation-algebra to CI test suite
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 ) |
