Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.26 KiB
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:
  - 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:
    OCAML: "ocaml-base-compiler.4.07.0"
Ralf Jung's avatar
Ralf Jung committed
    OPAM_PINS: "coq version dev"

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

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
    TIMING_PROJECT: "stdpp"
    TIMING_CONF: "coq-8.8.0"
  tags:
  - fp-timing
  <<: *template
  variables:
    OPAM_PINS: "coq version 8.7.2"
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"