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

Merge branch 'fix/martin/opam/turn-off-freebsd-tests' into 'master'

Disable tests on freebsd, Enable tests on macos

See merge request frama-c/frama-c!4641
parents caecd15b 76df6925
No related branches found
No related tags found
No related merge requests found
......@@ -116,9 +116,9 @@ remove: [
run-test: [
["dune" "exec" "--" "frama-c-ptests" "tests" "src/plugins/*/tests"
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os != "macos" }
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os-distribution != "freebsd"}
["dune" "build" "-j%{jobs}%" "@ptests_config"
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os != "macos" }
] { arch != "ppc64" & arch != "x86_32" & arch != "arm32" & os-distribution != "freebsd"}
]
depends: [
......
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