Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adam
Iris
Commits
e42a8649
Commit
e42a8649
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update README to reflect the branch's state
parent
0cc59b36
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-37
0 additions, 37 deletions
.gitlab-ci.yml
README.md
+5
-2
5 additions, 2 deletions
README.md
with
5 additions
and
39 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
37
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
This diff is collapsed.
Click to expand it.
README.md
+
5
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment