Skip to content
Snippets Groups Projects
Commit 6244931a authored by Thibault Martin's avatar Thibault Martin
Browse files

[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
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
...@@ -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
......
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