mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 16:01:29 +00:00
[CI] runCI runs kochExec "boot" regardless of nim mode (#10312)
This commit is contained in:
committed by
Andreas Rumpf
parent
c05e9c7c73
commit
9a92bc15b3
3
koch.nim
3
koch.nim
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user