Newer
Older
stages:
- build
GIT_SUBMODULE_STRATEGY: "recursive"
stage: build
- ci/buildjob

Ralf Jung
committed
- gen_proofmode

Ralf Jung
committed
- schedules
## Build jobs
build-coq.dev:
<<: *template
variables:
OPAM_PINS: "coq version dev"
VALIDATE: "1"
build-coq.8.8.dev:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.dev"
OPAM_PKG: "coq-iris"
OPAM_PKG_BRANCH: "gen_proofmode"