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
903e5476
Commit
903e5476
authored
2 years ago
by
Björn Brandenburg
Browse files
Options
Downloads
Patches
Plain Diff
CI: fix opam-triggered recompilation
parent
c4b1ab2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!203
sporadic arrival model
Pipeline
#64475
passed
2 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
903e5476
...
...
@@ -41,7 +41,7 @@ stages:
extends
:
-
.preferred-stable-version
script
:
-
opam update; opam install coq-mathcomp-zify
-
opam update; opam install
-y -v -j ${NJOBS}
coq-mathcomp-zify
-
./create_makefile.sh --without-classic
-
make -j ${NJOBS}
...
...
@@ -50,7 +50,7 @@ stages:
extends
:
-
.preferred-stable-version
script
:
-
opam update; opam install coq-mathcomp-zify
-
opam update; opam install
-y -v -j ${NJOBS}
coq-mathcomp-zify
-
./create_makefile.sh --only-classic
-
make -j ${NJOBS}
...
...
@@ -87,7 +87,7 @@ stages:
-
.preferred-stable-version
stage
:
process
script
:
-
opam update; opam install coq-mathcomp-zify
-
opam update; opam install
-y -v -j ${NJOBS}
coq-mathcomp-zify
-
make html -j ${NJOBS}
-
mv html with-proofs
-
make gallinahtml -j ${NJOBS}
...
...
@@ -158,7 +158,7 @@ validate:
dependencies
:
-
compile
script
:
-
opam update; opam install coq-mathcomp-zify
-
opam update; opam install
-y -v -j ${NJOBS}
coq-mathcomp-zify
-
make -j ${NJOBS}
# CI gotcha — get any spurious recompilation out of the way
-
make validate 2>&1 | tee validation-results.txt
-
scripts/check-validation-output.sh validation-results.txt
...
...
@@ -172,7 +172,7 @@ validate-classic:
dependencies
:
-
compile-classic
script
:
-
opam update; opam install coq-mathcomp-zify
-
opam update; opam install
-y -v -j ${NJOBS}
coq-mathcomp-zify
-
make validate
doc
:
...
...
@@ -211,7 +211,7 @@ proof-state:
image
:
bbbrandenburg/alectryon-ci:1.14.0-coq-8.15.0
script
:
-
eval $(opam env "--switch=${COMPILER_EDGE}" --set-switch)
-
opam update; opam install coq-mathcomp-zify
-
opam update; opam install
-y -v -j ${NJOBS}
coq-mathcomp-zify
-
./create_makefile.sh --without-classic
-
make -j ${NJOBS} alectryon
artifacts
:
...
...
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