[CI] runCI runs kochExec "boot" regardless of nim mode (#10312)

This commit is contained in:
Timothee Cour
2019-01-15 05:46:29 -08:00
committed by Andreas Rumpf
parent c05e9c7c73
commit 9a92bc15b3

View File

@@ -444,8 +444,7 @@ proc runCI(cmd: string) =
# note(@araq): Do not replace these commands with direct calls (eg boot())
# as that would weaken our testing efforts.
when defined(posix): # appveyor (on windows) didn't run this
# todo: implement `execWithEnv`
exec("env NIM_COMPILE_TO_CPP=false $1 boot" % kochExe.quoteShell)
kochExec "boot"
kochExec "boot -d:release"
## build nimble early on to enable remainder to depend on it if needed