Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NCCoq - Formally Proven Network Calculus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Pierre Roux
NCCoq - Formally Proven Network Calculus
Commits
ff6d9982
Commit
ff6d9982
authored
3 years ago
by
Pierre Roux
Browse files
Options
Downloads
Patches
Plain Diff
Update gitlab CI
parent
bb0d7a6c
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
+4
-7
4 additions, 7 deletions
.gitlab-ci.yml
mathcomp_complements.v
+2
-5
2 additions, 5 deletions
mathcomp_complements.v
with
6 additions
and
12 deletions
.gitlab-ci.yml
+
4
−
7
View file @
ff6d9982
...
...
@@ -54,7 +54,10 @@ stages:
-
"
*/*/*/*/*/*/*/*/*/*.glob"
expire_in
:
1 week
1.12.0-coq-8.13
:
1.13.0-coq-8.13
:
extends
:
.build
1.14.0-coq-8.13
:
extends
:
.build
coq-8.13
:
...
...
@@ -62,9 +65,3 @@ coq-8.13:
-
.build-dev
# it's ok to fail with an unreleased version of ssreflect
allow_failure
:
true
coq-dev
:
extends
:
-
.build-dev
# it's ok to fail with an unreleased version of ssreflect and Coq
allow_failure
:
true
This diff is collapsed.
Click to expand it.
mathcomp_complements.v
+
2
−
5
View file @
ff6d9982
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
fintype
bigop
From
mathcomp
Require
Import
ssreflect
ssrbool
ssrfun
choice
fintype
bigop
ssralg
ssrnat
order
ssrnum
rat
.
From
mathcomp
Require
Import
seq
finfun
path
eqtype
tuple
.
From
mathcomp
Require
Import
choice
.
From
mathcomp
Require
Import
seq
finfun
path
eqtype
tuple
ssrint
intdiv
.
Set
Implicit
Arguments
.
Unset
Strict
Implicit
.
...
...
@@ -9,8 +8,6 @@ Unset Printing Implicit Defensive.
Import
Order
.
Theory
.
From
mathcomp
Require
Import
div
ssrint
intdiv
.
Local
Open
Scope
ring_scope
.
(* rat *)
...
...
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