mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
fixes the travis build for NIM_COMPILE_TO_CPP
This commit is contained in:
@@ -42,7 +42,7 @@ before_script:
|
||||
- export PATH=$(pwd)/bin${PATH:+:$PATH}
|
||||
script:
|
||||
- nim c koch
|
||||
- ./koch boot
|
||||
- env NIM_COMPILE_TO_CPP=false ./koch boot
|
||||
- ./koch boot -d:release
|
||||
- ./koch nimble
|
||||
- nim e tests/test_nimscript.nims
|
||||
|
||||
Reference in New Issue
Block a user