Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
bcfc00b89d042911078e113ad384c84d218c8be0
bcfc00b89d042911078e113ad384c84d218c8be0
Switch branch/tag
iris-coq
.gitlab-ci.yml
Find file
Normal view
History
Permalink
.gitlab-ci.yml
73 Bytes
Newer
Older
try to tell gitlab CI what to do
Ralf Jung
committed
Feb 22, 2016
1
2
3
4
5
6
image
:
coq:8.5
buildjob
:
tags
:
-
coq
script
:
time the CI build. also use less cores to hopefully get more stable timing.
Ralf Jung
committed
Feb 23, 2016
7
-
make -j4 TIMED=y