aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-deriving.sh
blob: c34fc44f695afcee5f6b7fe15e117ca47866421c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

git_download deriving

( cd "${CI_BUILD_DIR}/deriving" && make && make tests && make install )