Skip to content
Snippets Groups Projects
Commit 32554672 authored by Ralf Jung's avatar Ralf Jung
Browse files

add CI file

parent 889f7c78
No related branches found
No related tags found
No related merge requests found
image: coq:8.5
stages:
- iris
- iris-atomic
iris:
stage: iris
tags:
- coq
script:
- coqc -v
# see if the Iris submodule needs cleaning, then build it
- 'git submodule status iris | egrep "^ " || (git submodule update --init iris && cd iris && git clean -xfd)'
- 'cd iris && make -j8'
only:
- master
- ci
iris-atomic:
stage: iris-atomic
tags:
- coq
script:
- coqc -v
# prepare the environment, safeguard against outdated submodule
- 'git submodule status iris | egrep "^ "'
- 'ln -s iris iris-enabled'
# build local repo
- 'time make -j8'
only:
- master
- ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment