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
2d903fae
Commit
2d903fae
authored
5 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[CI] remove old e-acsl CI config
parent
85af222e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/.gitlab-ci.yml
+0
-61
0 additions, 61 deletions
src/plugins/e-acsl/.gitlab-ci.yml
with
0 additions
and
61 deletions
src/plugins/e-acsl/.gitlab-ci.yml
deleted
100644 → 0
+
0
−
61
View file @
85af222e
stages
:
-
git-update
-
build
-
tests
variables
:
CURRENT
:
$CI_COMMIT_REF_NAME
DEFAULT
:
"
master"
OCAML
:
"
4_05"
FRAMA_CI_OPT
:
"
--override
e-acsl:$CI_COMMIT_REF_NAME,$CI_COMMIT_SHA"
#avoid a nix error https://github.com/NixOS/nix/issues/2087
git-update
:
stage
:
git-update
script
:
-
nix/frama-ci.sh instantiate --eval -A e-acsl.src.outPath
tags
:
-
nix
E-ACSL
:
stage
:
build
script
:
-
nix/frama-ci.sh build -A e-acsl.installed
tags
:
-
nix
CheckHeaders
:
stage
:
build
script
:
-
nix/frama-ci.sh build -A genassigns.checkHeaders
tags
:
-
nix
Tests
:
stage
:
tests
script
:
-
nix/frama-ci.sh build -A e-acsl.tests
tags
:
-
nix
Tests-dev
:
stage
:
tests
script
:
-
nix/frama-ci.sh build -A e-acsl.tests-dev
tags
:
-
nix
Cfp
:
stage
:
tests
script
:
-
nix/frama-ci.sh build -A context-from-precondition.tests
tags
:
-
nix
Security
:
stage
:
tests
script
:
-
nix/frama-ci.sh build -A security.tests
tags
:
-
nix
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