Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tutorial POPL18
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
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
Tutorial POPL18
Commits
09800dea
Commit
09800dea
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update the Coq versions we test against
parent
e703be00
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#34103
failed
4 years ago
Stage: build
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-2
8 additions, 2 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
9 additions
and
3 deletions
.gitlab-ci.yml
+
8
−
2
View file @
09800dea
...
@@ -28,16 +28,22 @@ variables:
...
@@ -28,16 +28,22 @@ variables:
## Build jobs
## Build jobs
build-coq.8.12.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.12.0"
DENY_WARNINGS
:
"
1"
build-coq.8.11.2
:
build-coq.8.11.2
:
<<
:
*template
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.11.2"
OPAM_PINS
:
"
coq
version
8.11.2"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
build-coq.8.10.
1
:
build-coq.8.10.
2
:
<<
:
*template
<<
:
*template
variables
:
variables
:
OPAM_PINS
:
"
coq
version
8.10.
1
"
OPAM_PINS
:
"
coq
version
8.10.
2
"
DENY_WARNINGS
:
"
1"
DENY_WARNINGS
:
"
1"
build-iris.dev
:
build-iris.dev
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
09800dea
...
@@ -9,7 +9,7 @@ This tutorial comes in two versions:
...
@@ -9,7 +9,7 @@ This tutorial comes in two versions:
For the tutorial material you need to have the following dependencies installed:
For the tutorial material you need to have the following dependencies installed:
-
Coq 8.10.
1
/ 8.11.2
-
Coq 8.10.
2
/ 8.11.2
/ 8.12.0
-
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
3.3.0
-
[
Iris
](
https://gitlab.mpi-sws.org/iris/iris
)
3.3.0
*Note:*
the tutorial material will not work with earlier versions of Iris, it
*Note:*
the tutorial material will not work with earlier versions of Iris, it
...
...
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