mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 13:30:33 +00:00
build testament in package CI (#19092)
* build testament in package CI
* Update testament/important_packages.nim
(cherry picked from commit b155864967)
This commit is contained in:
3
koch.nim
3
koch.nim
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user