Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PROSA - Formally Proven Schedulability Analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
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
RT-PROOFS
PROSA - Formally Proven Schedulability Analysis
Commits
7cd0103c
Commit
7cd0103c
authored
4 years ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
CI: don't hardcode version multiple times
parent
e8c4edca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!104
Support mathcomp 1.11.0 and Coq 8.12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+11
-4
11 additions, 4 deletions
.gitlab-ci.yml
with
11 additions
and
4 deletions
.gitlab-ci.yml
+
11
−
4
View file @
7cd0103c
...
...
@@ -10,6 +10,9 @@ stages:
-
opam pin add -n -y -k path coq-prosa .
-
opam install -y -v -j ${NJOBS} coq-prosa
.preferred-stable-version
:
image
:
mathcomp/mathcomp:1.10.0-coq-8.11
.build
:
image
:
mathcomp/mathcomp:${CI_JOB_NAME}
extends
:
.build-common
...
...
@@ -113,24 +116,27 @@ coq-dev:
allow_failure
:
true
validate
:
extends
:
-
.preferred-stable-version
stage
:
process
image
:
mathcomp/mathcomp:1.10.0-coq-8.11
needs
:
[
"
build-for-process"
]
dependencies
:
-
build-for-process
script
:
make validate
validate-classic
:
extends
:
-
.preferred-stable-version
stage
:
process
image
:
mathcomp/mathcomp:1.10.0-coq-8.11
needs
:
[
"
build-for-process-classic"
]
dependencies
:
-
build-for-process-classic
script
:
make validate
.doc
:
extends
:
-
.preferred-stable-version
stage
:
process
image
:
mathcomp/mathcomp:1.10.0-coq-8.11
script
:
-
make html -j ${NJOBS}
-
mv html with-proofs
...
...
@@ -168,8 +174,9 @@ doc-classic:
expire_in
:
1 week
proof-state
:
extends
:
-
.preferred-stable-version
stage
:
process
image
:
mathcomp/mathcomp:1.10.0-coq-8.11
needs
:
[
"
build-for-process"
]
dependencies
:
-
build-for-process
...
...
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