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

Merge branch 'upgrade/ci/4.14' into 'master'

Upgrade CI

See merge request frama-c/meta!73
parents 38bb4099 92f1d46b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ stages:
### DEFAULT JOB PARAMETERS
default:
tags: [nix]
tags: [nix-v2]
################################################################################
### VARIABLES
......
{ mk_plugin
, gitignoreSource
, swiProlog
}:
mk_plugin {
plugin-name = "metacsl" ;
plugin-src = gitignoreSource ./.. ;
plugin-src = fetchGit { shallow=true ; url=./.. ; } ;
additional-check-inputs = [ swiProlog ] ;
has-wp-proofs = true ;
}
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