Forked from
Iris / lambda-rust
1079 commits behind the upstream repository.
.gitlab-ci.yml 245 B
image: opam
lrust-coq8.5.3:
tags:
- coq
script:
# prepare
- . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6'
# build
- 'time make -j8'
cache:
key: "coq8.5.3-2"
paths:
- opamroot/
only:
- master
- ci