Newer
Older
stages:
- build
stage: build
- git clone https://gitlab.mpi-sws.org/iris/ci.git ci -b opam2
- ci/buildjob

Ralf Jung
committed
- schedules

Ralf Jung
committed
#MANGLE_NAMES: "1" name mangling causes issues with string_ident
OPAM_PKG: "1"
DOC_DIR: "coqdoc@center.mpi-sws.org:iris"
DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp"
tags:
- fp-timing
build-coq.8.11.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.11.2"
# Nightly job with a known-to-work Coq version
<<: *template
variables:
OPAM_PINS: "coq version 8.13.1 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"
except:
only:
- triggers
- schedules
- api
<<: *template
variables:
OPAM_PINS: "coq version 8.13.dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV"