Skip to content
Snippets Groups Projects
Commit 52fe6ce9 authored by Lennard Gäher's avatar Lennard Gäher
Browse files

add CI back in

parent 0c58544d
No related branches found
No related tags found
No related merge requests found
Pipeline #38570 canceled
image: ralfjung/opam-ci:opam2
stages:
- build
variables:
CPU_CORES: "10"
.template: &template
stage: build
tags:
- fp
script:
- git clone https://gitlab.mpi-sws.org/iris/ci.git ci -b opam2
- ci/buildjob
cache:
key: "$CI_JOB_NAME"
paths:
- _opam/
only:
- /^master/@iris/transfinite
- /^ci/@iris/transfinite
except:
- triggers
- schedules
- api
## Build jobs
build-coq.8.10.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.10.2"
tags:
- fp-timing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment