Skip to content
Snippets Groups Projects
.gitlab-ci.yml 927 B
Newer Older
image: ralfjung/opam-ci:opam2
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/iris/ci.git ci -b opam2
Ralf Jung's avatar
Ralf Jung committed
  - ci/buildjob
    key: "$CI_JOB_NAME"
    paths:
    - opamroot/
  only:
Ralf Jung's avatar
Ralf Jung committed
  - master@iris/stdpp
  - /^ci/@iris/stdpp
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.8.12.dev:
Ralf Jung's avatar
Ralf Jung committed
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.12.dev"
Ralf Jung's avatar
Ralf Jung committed
    CI_COQCHK: "1"
Ralf Jung's avatar
Ralf Jung committed

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

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

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