Skip to content
Snippets Groups Projects
Commit f62ad865 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/frama-clang!189
parents 5a7d9437 3d05f458
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
......
......@@ -4,12 +4,11 @@
, camlp-streams
, gnused
, llvmPackages
, gitignoreSource
}:
mk_plugin {
plugin-name = "frama-clang-on-llvm-" + llvmPackages.llvm.version;
plugin-src = gitignoreSource ./.. ;
plugin-src = fetchGit { shallow=true ; url=./.. ; } ;
additional-build-inputs = [
camlp5
camlp-streams
......
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