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
6244931a
Commit
6244931a
authored
6 months ago
by
Thibault Martin
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Add Frama-Clang and Minimal to internal plugin tests
parent
b6e35249
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nix/external-plugins.txt
+2
-0
2 additions, 0 deletions
nix/external-plugins.txt
nix/internal-tests.nix
+15
-0
15 additions, 0 deletions
nix/internal-tests.nix
with
17 additions
and
0 deletions
nix/external-plugins.txt
+
2
−
0
View file @
6244931a
acsl-importer git@git.frama-c.com:frama-c/acsl-importer.git
acsl-importer git@git.frama-c.com:frama-c/acsl-importer.git
caveat-importer git@git.frama-c.com:frama-c/caveat-importer.git
caveat-importer git@git.frama-c.com:frama-c/caveat-importer.git
context-from-precondition git@git.frama-c.com:frama-c/context-from-precondition.git
context-from-precondition git@git.frama-c.com:frama-c/context-from-precondition.git
frama-clang git@git.frama-c.com:frama-c/frama-clang.git
genassigns git@git.frama-c.com:frama-c/genassigns.git
genassigns git@git.frama-c.com:frama-c/genassigns.git
meta git@git.frama-c.com:frama-c/meta.git
meta git@git.frama-c.com:frama-c/meta.git
minimal git@git.frama-c.com:frama-c/minimal.git
mthread git@git.frama-c.com:frama-c/mthread.git
mthread git@git.frama-c.com:frama-c/mthread.git
security git@git.frama-c.com:frama-c/security.git
security git@git.frama-c.com:frama-c/security.git
volatile git@git.frama-c.com:frama-c/volatile.git
volatile git@git.frama-c.com:frama-c/volatile.git
This diff is collapsed.
Click to expand it.
nix/internal-tests.nix
+
15
−
0
View file @
6244931a
...
@@ -11,6 +11,12 @@
...
@@ -11,6 +11,12 @@
,
writeText
,
writeText
# Generic
# Generic
,
findlib
,
findlib
# Frama-Clang
,
cmake
,
camlp5
,
camlp-streams
,
gnused
,
llvmPackages
# Frama-C build
# Frama-C build
,
apron
,
apron
,
camlzip
,
camlzip
...
@@ -68,6 +74,9 @@ stdenvNoCC.mkDerivation rec {
...
@@ -68,6 +74,9 @@ stdenvNoCC.mkDerivation rec {
src
=
gitignoreSource
./..
;
src
=
gitignoreSource
./..
;
# Prevent CMake from doing stuff without being asked
dontUseCmakeConfigure
=
true
;
nativeBuildInputs
=
[
nativeBuildInputs
=
[
which
which
wrapGAppsHook
wrapGAppsHook
...
@@ -75,18 +84,24 @@ stdenvNoCC.mkDerivation rec {
...
@@ -75,18 +84,24 @@ stdenvNoCC.mkDerivation rec {
buildInputs
=
[
buildInputs
=
[
apron
apron
camlp5
camlp-streams
camlzip
camlzip
camomile
camomile
clang
clang
cmake
dune_3
dune_3
dune-configurator
dune-configurator
dune-site
dune-site
findlib
findlib
fpath
fpath
gcc9
gcc9
gnused
graphviz
graphviz
lablgtk3
lablgtk3
lablgtk3-sourceview3
lablgtk3-sourceview3
llvmPackages
.
llvm
.
dev
llvmPackages
.
clang-unwrapped
.
dev
ltl2ba
ltl2ba
menhir
menhir
menhirLib
menhirLib
...
...
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