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
Terraform modules
Monitor
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
Gaëtan Gilbert
Iris
Commits
8706664d
Commit
8706664d
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
no longer test on or support Coq 8.5
parent
7ceb1a82
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
-23
0 additions, 23 deletions
.gitlab-ci.yml
README.md
+4
-1
4 additions, 1 deletion
README.md
with
4 additions
and
24 deletions
.gitlab-ci.yml
+
0
−
23
View file @
8706664d
image
:
ralfjung/opam-ci:latest
iris-coq8.5.3
:
tags
:
-
coq
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
:
-
master
-
ci
-
timing
artifacts
:
paths
:
-
build-time.txt
iris-coq8.6
:
tags
:
-
coq
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
8706664d
...
...
@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
This version is known to compile with:
-
Coq
8.5pl3 /
8.6
-
Coq 8.6
-
Ssreflect 1.6.1
The easiest way to install the correct versions of the dependencies is through
...
...
@@ -14,6 +14,9 @@ opam. Once you got opam set up, just run `make build-dep` to install the right
versions of the dependencies. When the dependencies change, just run
`make
build-dep`
again.
If you need to work with Coq 8.5, please check out the
[
iris-3.0 branch
](
https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0
)
.
## Building Instructions
Run
`make`
to build the full development.
...
...
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