blob: 36acb115e951b12355c0c81f358fd6ad65665a35 (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
git_download unicoq
( cd "${CI_BUILD_DIR}/unicoq" && coq_makefile -f Make -o Makefile && make && make install )
|