Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
examples
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
examples
Commits
a7262e53
Commit
a7262e53
authored
Aug 22, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use coq 8.6.1
parent
d8a0d882
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
5 deletions
+20
-5
.gitlab-ci.yml
.gitlab-ci.yml
+19
-4
README.md
README.md
+1
-1
No files found.
.gitlab-ci.yml
View file @
a7262e53
...
...
@@ -3,18 +3,33 @@ image: ralfjung/opam-ci:latest
variables
:
CPU_CORES
:
"
9"
iris_atomic-coq8.6
:
.template
:
&template
tags
:
-
fp-timing
script
:
# prepare
-
. build/opam-ci.sh coq 8.6 coq-mathcomp-ssreflect 1.6.1
-
. build/opam-ci.sh coq "$COQ_VERSION" coq-mathcomp-ssreflect "$SSR_VERSION"
-
env | egrep '^(CI_BUILD_REF|CI_RUNNER)' > build-env.txt
# build
-
'
time
make
-j$CPU_CORES'
-
'
time
make
-k
-j$CPU_CORES
TIMED=y
2>&1
|
tee
build-log.txt'
-
'
if
fgrep
Axiom
build-log.txt
>/dev/null;
then
exit
1;
fi'
-
'
cat
build-log.txt
|
egrep
"[a-zA-Z0-9_/-]+
\(user:
[0-9]"
|
tee
build-time.txt'
-
'
if
test
-n
"$VALIDATE"
&&
((
RANDOM
%
10
==
0
));
then
make
validate;
fi'
cache
:
key
:
"
coq
8.6
"
key
:
"
coq
$COQ_VERSION-ssr$SSR_VERSION
"
paths
:
-
opamroot/
only
:
-
master
-
/^ci/
iris_atomic-coq8.6.1
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.6.1"
SSR_VERSION
:
"
1.6.1"
VALIDATE
:
1
artifacts
:
paths
:
-
build-time.txt
-
build-env.txt
README.md
View file @
a7262e53
...
...
@@ -6,7 +6,7 @@ Atomicity related verification based on Iris logic.
This version is known to compile with:
-
Coq 8.6
-
Coq 8.6
.1
-
Ssreflect 1.6.1
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/FP/iris-coq/
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment