Skip to content
Snippets Groups Projects
Commit e0d1a32f authored by Ralf Jung's avatar Ralf Jung
Browse files

test CI

parent 4ff04689
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ variables: ...@@ -11,7 +11,7 @@ variables:
tags: tags:
- fp - fp
script: script:
- git clone https://gitlab.mpi-sws.org/iris/ci.git ci -b opam2 - git clone https://gitlab.mpi-sws.org/iris/ci.git ci -b master
- ci/buildjob - ci/buildjob
cache: cache:
key: "$CI_JOB_NAME" key: "$CI_JOB_NAME"
...@@ -26,13 +26,6 @@ variables: ...@@ -26,13 +26,6 @@ variables:
## Build jobs ## Build jobs
build-coq.dev:
<<: *template
variables:
OCAML: "ocaml-base-compiler.4.07.0"
OPAM_PINS: "coq version dev"
CI_COQCHK: "1"
build-coq.8.9.0: build-coq.8.9.0:
<<: *template <<: *template
variables: variables:
...@@ -47,26 +40,3 @@ build-coq.8.8.2: ...@@ -47,26 +40,3 @@ build-coq.8.8.2:
<<: *template <<: *template
variables: variables:
OPAM_PINS: "coq version 8.8.2" OPAM_PINS: "coq version 8.8.2"
build-coq.8.8.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.1"
build-coq.8.8.0:
<<: *template
variables:
OPAM_PINS: "coq version 8.8.0"
TIMING_CONF: "coq-8.8.0"
tags:
- fp-timing
build-coq.8.7.2:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.2"
build-coq.8.7.1:
<<: *template
variables:
OPAM_PINS: "coq version 8.7.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment