Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.24 KiB
Newer Older
image: ralfjung/opam-ci:latest

Ralf Jung's avatar
Ralf Jung committed
variables:
Ralf Jung's avatar
Ralf Jung committed
  CPU_CORES: "10"
Ralf Jung's avatar
Ralf Jung committed

.template: &template
Ralf Jung's avatar
Ralf Jung committed
  - fp
  script:
Ralf Jung's avatar
Ralf Jung committed
  - git clone https://gitlab.mpi-sws.org/FP/iris-ci.git ci -b opam2
Ralf Jung's avatar
Ralf Jung committed
  - ci/buildjob
    key: "$CI_JOB_NAME"
    paths:
    - opamroot/
  only:
  - master
Ralf Jung's avatar
Ralf Jung committed
  except:
  - triggers
Ralf Jung's avatar
Ralf Jung committed
  - schedules
Ralf Jung's avatar
Ralf Jung committed
## Build jobs

build-coq.dev:
  <<: *template
  variables:
    OPAM_PINS: "coq version dev"
    VALIDATE: "1"

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

build-coq.8.8.0:
Ralf Jung's avatar
Ralf Jung committed
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.8.0"
Ralf Jung's avatar
Ralf Jung committed
    OPAM_PKG: "coq-stdpp"
    DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
    TIMING_PROJECT: "stdpp"
    TIMING_CONF: "coq-8.8.0"
  tags:
  - fp-timing
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.7.2"
Ralf Jung's avatar
Ralf Jung committed
    TIMING_PROJECT: "stdpp"
    TIMING_CONF: "coq-8.7.2"
Ralf Jung's avatar
Ralf Jung committed
  tags:
  - fp-timing
build-coq.8.7.1:
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.7.1"

Ralf Jung's avatar
Ralf Jung committed
build-coq.8.7.0:
Ralf Jung's avatar
Ralf Jung committed
    OPAM_PINS: "coq version 8.7.0"
build-coq.8.6.1:
  <<: *template
  variables:
Ralf Jung's avatar
Ralf Jung committed
    OPAM_PINS: "coq version 8.6.1"
Ralf Jung's avatar
Ralf Jung committed
build-coq.8.6.0:
  <<: *template
  variables:
Ralf Jung's avatar
Ralf Jung committed
    OPAM_PINS: "coq version 8.6"