mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
travis/appveyor: don't overdo -d:nimCoroutines checking
This commit is contained in:
@@ -30,8 +30,8 @@ before_script:
|
||||
- export PATH=$(pwd)/bin:$PATH
|
||||
script:
|
||||
- nim c koch
|
||||
- ./koch boot -d:nimCoroutines
|
||||
- ./koch boot -d:release -d:nimCoroutines
|
||||
- ./koch boot
|
||||
- ./koch boot -d:release
|
||||
- ./koch nimble
|
||||
- nim e tests/test_nimscript.nims
|
||||
- nimble install zip -y
|
||||
|
||||
@@ -43,8 +43,8 @@ install:
|
||||
|
||||
build_script:
|
||||
- bin\nim c koch
|
||||
- koch boot -d:nimCoroutines
|
||||
- koch boot -d:release -d:nimCoroutines
|
||||
- koch boot
|
||||
- koch boot -d:release
|
||||
- koch nimble
|
||||
- nim e tests/test_nimscript.nims
|
||||
- nimble install zip -y
|
||||
|
||||
Reference in New Issue
Block a user