aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-relation_algebra.sh
blob: 84bed5bdfee9dbe533a1239d18519a0afda43ac9 (plain)
1
2
3
4
5
6
7
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 )