Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ReLoC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Iris
ReLoC
Commits
2b35f0f9
Commit
2b35f0f9
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Use Coq 8.10.1 for CI.
parent
0e605cfd
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Use Coq 8.10.1 for CI
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-4
3 additions, 4 deletions
.gitlab-ci.yml
README.md
+2
-2
2 additions, 2 deletions
README.md
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
3
−
4
View file @
2b35f0f9
...
...
@@ -27,18 +27,17 @@ variables:
## Build jobs
build-coq.8.
9.0
:
build-coq.8.
10.1
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.
9.0
"
TIMING_CONF
:
"
coq-8.
9.0
"
OPAM_PINS
:
"
coq
version
8.
10.1
"
TIMING_CONF
:
"
coq-8.
10.1
"
tags
:
-
fp-timing
build-iris.dev
:
<<
:
*template
variables
:
OCAML
:
"
ocaml-base-compiler.4.07.0"
OPAM_PINS
:
"
coq
version
8.10.dev
coq-stdpp.dev
git
git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV
coq-iris.dev
git
git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV"
except
:
only
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
2b35f0f9
...
...
@@ -9,7 +9,7 @@ See the small ReLoC [docs/guide.md](docs/guide.md) and the Iris [ProofGuide.md](
## Building
This project has been tested with Coq 8.
9.0
.
This project has been tested with Coq 8.
10.1
.
### OPAM
...
...
@@ -27,7 +27,7 @@ Just run
guix package -f guix.scm
to build and install ReLoC. Alternatively, to get a develop
e
ment environment use e.g.
to build and install ReLoC. Alternatively, to get a development environment use e.g.
guix environment -l guix.scm
...
...
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