blob: ec3625c177ab3448eedee345e564c92803be3a31 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
install_ssreflect
git_download deriving
( cd "${CI_BUILD_DIR}/deriving" && make && make tests && make install )
|