Skip to content
Snippets Groups Projects
Commit 297b6a45 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

add instructions for testing MetACSL in CI

parent 36bf7540
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,13 @@ volatile:
tags:
- nix
metacsl:
stage: tests
script:
- nix/frama-ci.sh build -A meta.tests
tags:
- nix
Security:
stage: tests
script:
......
......@@ -214,7 +214,9 @@ rec {
inherit src;
buildInputs = (mk_buildInputs { opamPackages = [ "xml-light" ]; } ) ++
[ pkgs.getopt
pkgs.libxslt pkgs.libxml2 pkgs.autoPatchelfHook stdenv.cc.cc.lib
pkgs.libxslt pkgs.libxml2 pkgs.autoPatchelfHook
pkgs.swiProlog
stdenv.cc.cc.lib
];
counter_examples_src = plugins.counter-examples.src;
genassigns_src = plugins.genassigns.src;
......@@ -226,6 +228,7 @@ rec {
volatile_src = plugins.volatile.src;
security_src = plugins.security.src;
context_from_precondition_src = plugins.context-from-precondition.src;
metacsl_src = plugins.meta.src;
postPatch = ''
patchShebangs .
'';
......
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