Skip to content
Snippets Groups Projects
.gitlab-ci.yml 250 B
Newer Older
Ralf Jung's avatar
Ralf Jung committed
image: ralfjung/opam-ci:latest
Ralf Jung's avatar
Ralf Jung committed

Ralf Jung's avatar
Ralf Jung committed
iris_atomic-coq8.5.3:
Ralf Jung's avatar
Ralf Jung committed
  script:
Ralf Jung's avatar
Ralf Jung committed
  # prepare
  - . build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6'
  # build
Ralf Jung's avatar
Ralf Jung committed
  - 'time make -j8'
Ralf Jung's avatar
Ralf Jung committed
  cache:
    key: "coq8.5"
    paths:
    - opamroot/
Ralf Jung's avatar
Ralf Jung committed
  only:
  - master
  - ci