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
d72a39c8
Commit
d72a39c8
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
Also test against Coq 8.7
parent
29b31814
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
opam
+1
-1
1 addition, 1 deletion
opam
opam.pins
+1
-1
1 addition, 1 deletion
opam.pins
with
9 additions
and
3 deletions
.gitignore
+
1
−
1
View file @
d72a39c8
...
@@ -9,5 +9,5 @@
...
@@ -9,5 +9,5 @@
*~
*~
*.bak
*.bak
.coq-native/
.coq-native/
Makefile.coq
Makefile.coq
*
*.crashcoqide
*.crashcoqide
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
6
−
0
View file @
d72a39c8
...
@@ -23,6 +23,12 @@ variables:
...
@@ -23,6 +23,12 @@ variables:
-
master
-
master
-
/^ci/
-
/^ci/
iris-coq8.7
:
<<
:
*template
variables
:
COQ_VERSION
:
"
8.7.dev"
SSR_VERSION
:
"
dev"
iris-coq8.6.1
:
iris-coq8.6.1
:
<<
:
*template
<<
:
*template
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
d72a39c8
...
@@ -13,7 +13,7 @@ build: [
...
@@ -13,7 +13,7 @@ build: [
install: [make "install"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
depends: [
depends: [
"coq" { (>= "8.6.1" & < "8.
7
~") } # replace with (= "dev") if you want to test against a development version of Coq
"coq" { (>= "8.6.1" & < "8.
8
~") } # replace with (= "dev") if you want to test against a development version of Coq
"coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev")) }
"coq-mathcomp-ssreflect" { ((>= "1.6.1" & < "1.7~") | (= "dev")) }
"coq-stdpp"
"coq-stdpp"
]
]
This diff is collapsed.
Click to expand it.
opam.pins
+
1
−
1
View file @
d72a39c8
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
24cc2e4786b2344e092e412f56e96c6971ab60d
8
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
fa6ff9d18aefb29e839e815aa170262d330bd10
8
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