Skip to content
Snippets Groups Projects
Commit 3bcf47d2 authored by Mick Jordan's avatar Mick Jordan
Browse files

Add -v on ci.hocon pkgtest build

parent ea00ccf7
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ pkgtest: ${common} ${java8Downloads} {
["git", "clone", "--depth", "1", ${repoBase}"gnur.git", "../gnur"]
]
run : [
["mx", "--dynamicimport", "gnur", "build"]
["mx", "-v", "--dynamicimport", "gnur", "build"]
["mx", "--dynamicimport", "gnur", "pkgtest", "--print-ok-installs", "--ok-only"]
]
}
......
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