Skip to content

Commit

Permalink
Disable the build info tests (#2427)
Browse files Browse the repository at this point in the history
Disable the build info tests
  • Loading branch information
rgrinberg authored Jul 22, 2019
2 parents 4217520 + 310688a commit 1bbda91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 1 addition & 2 deletions dune-build-info.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"ocaml" {>= "4.02"}
"dune" {>= "1.11"}
]
dev-repo: "git+https://github.com/ocaml/dune.git"
build: [
["dune" "subst"] {pinned}
[
Expand All @@ -29,8 +30,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocaml/dune.git"
13 changes: 13 additions & 0 deletions dune-build-info.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@doc" {with-doc}
]
]

0 comments on commit 1bbda91

Please sign in to comment.