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

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

git_download equations

( cd "${CI_BUILD_DIR}/equations" && coq_makefile -f _CoqProject -o Makefile && \
  make && make test-suite && make examples && make install)