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
Adam
Iris
Commits
e42a8649
Commit
e42a8649
authored
Jan 28, 2019
by
Ralf Jung
Browse files
update README to reflect the branch's state
parent
0cc59b36
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
0cc59b36
image
:
ralfjung/opam-ci:latest
iris-coq8.5.3
:
tags
:
-
fp-timing
script
:
# prepare
-
. build/opam-ci.sh 'coq 8.5.3' 'coq-mathcomp-ssreflect 1.6.1'
# build
-
'
time
make
-j8
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
((
RANDOM
%
10
==
0
));
then
make
validate;
fi'
cache
:
key
:
"
coq8.5.3"
paths
:
-
opamroot/
only
:
-
iris-3.0
artifacts
:
paths
:
-
build-time.txt
iris-coq8.6
:
tags
:
-
fp-timing
script
:
# prepare
-
. build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect 1.6.1'
# build
-
'
time
make
-j8'
cache
:
key
:
"
coq8.6"
paths
:
-
opamroot/
only
:
-
iris-3.0
README.md
View file @
e42a8649
# IRIS COQ DEVELOPMENT
# IRIS COQ DEVELOPMENT
(3.0 branch)
This is the Coq development of the
[
Iris Project
](
http://iris-project.org
)
.
This is the 3.0 branch of the Coq development of the
[
Iris Project
](
http://iris-project.org
)
. This branch is unmaintained. For the
latest version,
[
please switch to the master branch
](
https://gitlab.mpi-sws.org/iris/iris/
)
.
## Prerequisites
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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