Skip to content
Snippets Groups Projects
Commit 97146f48 authored by François Bobot's avatar François Bobot
Browse files

[CI] default compile in 4.08, tests in 4.05 at the end

parent 7ade3ce7
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ variables: ...@@ -9,6 +9,7 @@ variables:
CURRENT: $CI_COMMIT_REF_NAME CURRENT: $CI_COMMIT_REF_NAME
DEFAULT: "master" DEFAULT: "master"
FRAMA_CI_OPT: "--override frama-c:$CI_COMMIT_REF_NAME,$CI_COMMIT_SHA" FRAMA_CI_OPT: "--override frama-c:$CI_COMMIT_REF_NAME,$CI_COMMIT_SHA"
OCAML: "4_08"
check-no-old-frama-c: check-no-old-frama-c:
stage: git-update stage: git-update
...@@ -21,8 +22,6 @@ check-no-old-frama-c: ...@@ -21,8 +22,6 @@ check-no-old-frama-c:
#avoid a nix error https://github.com/NixOS/nix/issues/2087 #avoid a nix error https://github.com/NixOS/nix/issues/2087
git-update: git-update:
stage: git-update stage: git-update
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh instantiate --eval -A frama-c.src.outPath - nix/frama-ci.sh instantiate --eval -A frama-c.src.outPath
tags: tags:
...@@ -30,8 +29,6 @@ git-update: ...@@ -30,8 +29,6 @@ git-update:
frama-c: frama-c:
stage: build stage: build
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.installed - nix/frama-ci.sh build -A frama-c.installed
tags: tags:
...@@ -39,8 +36,6 @@ frama-c: ...@@ -39,8 +36,6 @@ frama-c:
lint: lint:
stage: build stage: build
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.lint - nix/frama-ci.sh build -A frama-c.lint
coverage: '/lint coverage: \d+\.\d+/' coverage: '/lint coverage: \d+\.\d+/'
...@@ -49,8 +44,6 @@ lint: ...@@ -49,8 +44,6 @@ lint:
tests: tests:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.tests - nix/frama-ci.sh build -A frama-c.tests
tags: tags:
...@@ -58,8 +51,6 @@ tests: ...@@ -58,8 +51,6 @@ tests:
wp-qualif: wp-qualif:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.wp-qualif - nix/frama-ci.sh build -A frama-c.wp-qualif
tags: tags:
...@@ -68,8 +59,6 @@ wp-qualif: ...@@ -68,8 +59,6 @@ wp-qualif:
genassigns: genassigns:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A genassigns.tests - nix/frama-ci.sh build -A genassigns.tests
tags: tags:
...@@ -77,8 +66,6 @@ genassigns: ...@@ -77,8 +66,6 @@ genassigns:
counter-examples: counter-examples:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A counter-examples.tests - nix/frama-ci.sh build -A counter-examples.tests
tags: tags:
...@@ -86,8 +73,6 @@ counter-examples: ...@@ -86,8 +73,6 @@ counter-examples:
acsl-importer: acsl-importer:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A acsl-importer.tests - nix/frama-ci.sh build -A acsl-importer.tests
tags: tags:
...@@ -95,8 +80,6 @@ acsl-importer: ...@@ -95,8 +80,6 @@ acsl-importer:
volatile: volatile:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A volatile.tests - nix/frama-ci.sh build -A volatile.tests
tags: tags:
...@@ -104,8 +87,6 @@ volatile: ...@@ -104,8 +87,6 @@ volatile:
Security: Security:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A security.tests - nix/frama-ci.sh build -A security.tests
tags: tags:
...@@ -113,8 +94,6 @@ Security: ...@@ -113,8 +94,6 @@ Security:
CFP: CFP:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A context-from-precondition.tests - nix/frama-ci.sh build -A context-from-precondition.tests
tags: tags:
...@@ -122,8 +101,6 @@ CFP: ...@@ -122,8 +101,6 @@ CFP:
build-distrib-tarball: build-distrib-tarball:
stage: build stage: build
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.build-distrib-tarball - nix/frama-ci.sh build -A frama-c.build-distrib-tarball
tags: tags:
...@@ -131,8 +108,6 @@ build-distrib-tarball: ...@@ -131,8 +108,6 @@ build-distrib-tarball:
build-from-distrib-tarball: build-from-distrib-tarball:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.build-from-distrib-tarball - nix/frama-ci.sh build -A frama-c.build-from-distrib-tarball
tags: tags:
...@@ -140,8 +115,6 @@ build-from-distrib-tarball: ...@@ -140,8 +115,6 @@ build-from-distrib-tarball:
.build_template: &internal_template .build_template: &internal_template
stage: distrib_and_compatibility stage: distrib_and_compatibility
variables:
OCAML: "4_05"
tags: tags:
- nix - nix
...@@ -179,16 +152,14 @@ frama-c-ocaml-4.07: ...@@ -179,16 +152,14 @@ frama-c-ocaml-4.07:
OCAML: "4_07" OCAML: "4_07"
<<: *frama-c-ocaml <<: *frama-c-ocaml
#frama-c-ocaml-4.08: frama-c-ocaml-4.05:
# variables: variables:
# OCAML: "4_08" OCAML: "4_05"
# <<: *frama-c-ocaml <<: *frama-c-ocaml
caveat-importer: caveat-importer:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A caveat-importer.tests - nix/frama-ci.sh build -A caveat-importer.tests
tags: tags:
...@@ -196,8 +167,6 @@ caveat-importer: ...@@ -196,8 +167,6 @@ caveat-importer:
mthread: mthread:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A mthread.tests - nix/frama-ci.sh build -A mthread.tests
tags: tags:
...@@ -205,8 +174,6 @@ mthread: ...@@ -205,8 +174,6 @@ mthread:
pathcrawler: pathcrawler:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A pathcrawler.tests - nix/frama-ci.sh build -A pathcrawler.tests
tags: tags:
...@@ -214,8 +181,6 @@ pathcrawler: ...@@ -214,8 +181,6 @@ pathcrawler:
e-acsl-tests-dev: e-acsl-tests-dev:
stage: tests stage: tests
variables:
OCAML: "4_05"
script: script:
- nix/frama-ci.sh build -A frama-c.e-acsl-tests-dev - nix/frama-ci.sh build -A frama-c.e-acsl-tests-dev
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment