Skip to content
Snippets Groups Projects
Commit 55ee8e66 authored by Ralf Jung's avatar Ralf Jung
Browse files

opam: build in parallel

parent 4027fedc
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues" ...@@ -8,7 +8,7 @@ bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues"
license: "BSD" license: "BSD"
dev-repo: "https://gitlab.mpi-sws.org/FP/iris-coq" dev-repo: "https://gitlab.mpi-sws.org/FP/iris-coq"
build: [ build: [
[make] [make "-j%{jobs}%"]
] ]
install: [make "install"] install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ] remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
......
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