Skip to content
Snippets Groups Projects
Commit de95d9fa authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] remove counter-example from CI

parent 38f3869e
No related branches found
No related tags found
No related merge requests found
......@@ -84,13 +84,6 @@ frama-clang:
tags:
- nix
counter-examples:
stage: tests
script:
- nix/frama-ci.sh build -A counter-examples.tests
tags:
- nix
acsl-importer:
stage: tests
script:
......
......@@ -318,7 +318,6 @@ pkgs.lib.makeExtensible
[ pkgs.getopt pkgs.libxslt pkgs.libxml2 pkgs.autoPatchelfHook
pkgs.swiProlog stdenv.cc.cc.lib ];
};
counter_examples_src = plugins.counter-examples.src;
genassigns_src = plugins.genassigns.src;
frama_clang_src = plugins.frama-clang.src;
pathcrawler_src = plugins.pathcrawler.src;
......@@ -333,8 +332,6 @@ pkgs.lib.makeExtensible
patchShebangs .
'';
postUnpack = ''
cp -r --preserve=mode "$counter_examples_src" "$sourceRoot/src/plugins/counter-examples"
chmod -R u+w -- "$sourceRoot/src/plugins/counter-examples"
cp -r --preserve=mode "$genassigns_src" "$sourceRoot/src/plugins/genassigns"
chmod -R u+w -- "$sourceRoot/src/plugins/genassigns"
# cp -r --preserve=mode "$frama_clang_src" "$sourceRoot/src/plugins/frama-clang"
......
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