Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
97146f48
Commit
97146f48
authored
4 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[CI] default compile in 4.08, tests in 4.05 at the end
parent
7ade3ce7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-40
5 additions, 40 deletions
.gitlab-ci.yml
with
5 additions
and
40 deletions
.gitlab-ci.yml
+
5
−
40
View file @
97146f48
...
...
@@ -9,6 +9,7 @@ variables:
CURRENT
:
$CI_COMMIT_REF_NAME
DEFAULT
:
"
master"
FRAMA_CI_OPT
:
"
--override
frama-c:$CI_COMMIT_REF_NAME,$CI_COMMIT_SHA"
OCAML
:
"
4_08"
check-no-old-frama-c
:
stage
:
git-update
...
...
@@ -21,8 +22,6 @@ check-no-old-frama-c:
#avoid a nix error https://github.com/NixOS/nix/issues/2087
git-update
:
stage
:
git-update
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh instantiate --eval -A frama-c.src.outPath
tags
:
...
...
@@ -30,8 +29,6 @@ git-update:
frama-c
:
stage
:
build
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.installed
tags
:
...
...
@@ -39,8 +36,6 @@ frama-c:
lint
:
stage
:
build
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.lint
coverage
:
'
/lint
coverage:
\d+\.\d+/'
...
...
@@ -49,8 +44,6 @@ lint:
tests
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.tests
tags
:
...
...
@@ -58,8 +51,6 @@ tests:
wp-qualif
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.wp-qualif
tags
:
...
...
@@ -68,8 +59,6 @@ wp-qualif:
genassigns
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A genassigns.tests
tags
:
...
...
@@ -77,8 +66,6 @@ genassigns:
counter-examples
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A counter-examples.tests
tags
:
...
...
@@ -86,8 +73,6 @@ counter-examples:
acsl-importer
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A acsl-importer.tests
tags
:
...
...
@@ -95,8 +80,6 @@ acsl-importer:
volatile
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A volatile.tests
tags
:
...
...
@@ -104,8 +87,6 @@ volatile:
Security
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A security.tests
tags
:
...
...
@@ -113,8 +94,6 @@ Security:
CFP
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A context-from-precondition.tests
tags
:
...
...
@@ -122,8 +101,6 @@ CFP:
build-distrib-tarball
:
stage
:
build
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.build-distrib-tarball
tags
:
...
...
@@ -131,8 +108,6 @@ build-distrib-tarball:
build-from-distrib-tarball
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.build-from-distrib-tarball
tags
:
...
...
@@ -140,8 +115,6 @@ build-from-distrib-tarball:
.build_template
:
&internal_template
stage
:
distrib_and_compatibility
variables
:
OCAML
:
"
4_05"
tags
:
-
nix
...
...
@@ -179,16 +152,14 @@ frama-c-ocaml-4.07:
OCAML
:
"
4_07"
<<
:
*frama-c-ocaml
#
frama-c-ocaml-4.0
8
:
#
variables:
#
OCAML: "4_0
8
"
#
<<: *frama-c-ocaml
frama-c-ocaml-4.0
5
:
variables
:
OCAML
:
"
4_0
5
"
<<
:
*frama-c-ocaml
caveat-importer
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A caveat-importer.tests
tags
:
...
...
@@ -196,8 +167,6 @@ caveat-importer:
mthread
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A mthread.tests
tags
:
...
...
@@ -205,8 +174,6 @@ mthread:
pathcrawler
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A pathcrawler.tests
tags
:
...
...
@@ -214,8 +181,6 @@ pathcrawler:
e-acsl-tests-dev
:
stage
:
tests
variables
:
OCAML
:
"
4_05"
script
:
-
nix/frama-ci.sh build -A frama-c.e-acsl-tests-dev
tags
:
...
...
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