Skip to content
Snippets Groups Projects
.gitlab-ci.yml 912 B
Newer Older
Ralf Jung's avatar
Ralf Jung committed
image: ralfjung/opam-ci:latest
Ralf Jung's avatar
Ralf Jung committed
variables:
Ralf Jung's avatar
Ralf Jung committed
  CPU_CORES: "10"
  GIT_SUBMODULE_STRATEGY: "recursive"
Ralf Jung's avatar
Ralf Jung committed

.template: &template
Ralf Jung's avatar
Ralf Jung committed
  tags:
Ralf Jung's avatar
Ralf Jung committed
  - fp
Ralf Jung's avatar
Ralf Jung committed
  script:
Ralf Jung's avatar
Ralf Jung committed
  cache:
Ralf Jung's avatar
Ralf Jung committed
    key: "$CI_JOB_NAME"
Ralf Jung's avatar
Ralf Jung committed
    paths:
    - opamroot/
  only:
Ralf Jung's avatar
Ralf Jung committed
  except:
  - triggers
Ralf Jung's avatar
Ralf Jung committed
## 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"

build-coq.8.8.0:
Ralf Jung's avatar
Ralf Jung committed
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.8.0"
    OPAM_PKG: "coq-iris"
    OPAM_PKG_BRANCH: "gen_proofmode"
    TIMING_PROJECT: "iris"
    TIMING_CONF: "coq-8.8.0"
  tags:
  - fp-timing

Ralf Jung's avatar
Ralf Jung committed
build-coq.8.7.2:
Ralf Jung's avatar
Ralf Jung committed
  <<: *template
  variables:
Ralf Jung's avatar
Ralf Jung committed
    OPAM_PINS: "coq version 8.7.2"

build-coq.8.7.1:
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.7.1"