blob: d2e0ee89bfbc8c632a78e34a1738e85396850c8f (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
git_download paramcoq
( cd "${CI_BUILD_DIR}/paramcoq" && make && make install && cd test-suite && make examples)
|