mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-18 08:58:39 +00:00
For CI: -d:nimCoroutines
This commit is contained in:
@@ -32,8 +32,8 @@ before_script:
|
||||
- export PATH=$(pwd)/bin:$(pwd)/fasm:$PATH
|
||||
script:
|
||||
- nim c koch
|
||||
- ./koch boot
|
||||
- ./koch boot -d:release
|
||||
- ./koch boot -d:nimCoroutines
|
||||
- ./koch boot -d:release -d:nimCoroutines
|
||||
- ./koch nimble
|
||||
- nim e tests/test_nimscript.nims
|
||||
- nimble install zip -y
|
||||
@@ -41,7 +41,7 @@ script:
|
||||
- nimble install sdl1
|
||||
- nimble install jester@#head
|
||||
- nimble install niminst
|
||||
- nim c --taintMode:on tests/testament/tester
|
||||
- tests/testament/tester --pedantic all
|
||||
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
|
||||
- tests/testament/tester --pedantic all -d:nimCoroutines
|
||||
- ./koch csource
|
||||
- ./koch xz
|
||||
|
||||
@@ -52,8 +52,8 @@ install:
|
||||
|
||||
build_script:
|
||||
- bin\nim c koch
|
||||
- koch boot
|
||||
- koch boot -d:release
|
||||
- koch boot -d:nimCoroutines
|
||||
- koch boot -d:release -d:nimCoroutines
|
||||
- koch nimble
|
||||
- nim e tests/test_nimscript.nims
|
||||
- nimble install zip -y
|
||||
@@ -61,10 +61,10 @@ build_script:
|
||||
- nimble install sdl1
|
||||
- nimble install jester@#head
|
||||
- nimble install niminst
|
||||
- nim c --taintMode:on tests/testament/tester
|
||||
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
|
||||
|
||||
test_script:
|
||||
- tests\testament\tester --pedantic all
|
||||
- tests\testament\tester --pedantic all -d:nimCoroutines
|
||||
- koch csource
|
||||
- koch zip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user