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
088eecc7
Commit
088eecc7
authored
3 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Fix shebangs
parent
a03a21a9
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
nix/frama-c.nix
+1
-1
1 addition, 1 deletion
nix/frama-c.nix
nix/main-tests.nix
+5
-1
5 additions, 1 deletion
nix/main-tests.nix
nix/plugins-tests.nix
+4
-0
4 additions, 0 deletions
nix/plugins-tests.nix
out
+10211
-0
10211 additions, 0 deletions
out
with
10221 additions
and
2 deletions
nix/frama-c.nix
+
1
−
1
View file @
088eecc7
...
...
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
buildPhase
=
''
make config.sed
dune build
-j2
--display short @install
dune build --display short @install
''
;
installFlags
=
[
...
...
This diff is collapsed.
Click to expand it.
nix/main-tests.nix
+
5
−
1
View file @
088eecc7
...
...
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
which
];
postPatch
=
''
patchShebangs .
''
;
# Keep main configuration
configurePhase
=
''
true
...
...
@@ -31,7 +35,7 @@ stdenv.mkDerivation rec {
make ptests/ptests.exe
make ptests/wtests.exe
dune exec --root ptests -- frama-c-ptests tests
dune build
-j1
--display short @tests/ptests
dune build --display short @tests/ptests
''
;
# No installation required
...
...
This diff is collapsed.
Click to expand it.
nix/plugins-tests.nix
+
4
−
0
View file @
088eecc7
...
...
@@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
which
];
postPatch
=
''
patchShebangs .
''
;
# Keep main configuration
# Only for WP qualif -> replace with true after split
configurePhase
=
''
...
...
This diff is collapsed.
Click to expand it.
out
0 → 100644
+
10211
−
0
View file @
088eecc7
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