Skip to content

Commit

Permalink
build testament in package CI (nim-lang#19092)
Browse files Browse the repository at this point in the history
* build testament in package CI

* Update testament/important_packages.nim
  • Loading branch information
ringabout authored and PMunch committed Mar 28, 2022
1 parent 047731b commit 84c3da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion koch.nim
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ proc runCI(cmd: string) =

let batchParam = "--batch:$1" % "NIM_TESTAMENT_BATCH".getEnv("_")
if getEnv("NIM_TEST_PACKAGES", "0") == "1":
execFold("Test selected Nimble packages", "nim r testament/testament $# pcat nimble-packages" % batchParam)
nimCompileFold("Compile testament", "testament/testament.nim", options = "-d:release")
execFold("Test selected Nimble packages", "testament $# pcat nimble-packages" % batchParam)
else:
buildTools()

Expand Down

0 comments on commit 84c3da6

Please sign in to comment.