mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 18:11:44 +00:00
appveyor: attempt to make the build more robust
This commit is contained in:
@@ -50,10 +50,9 @@ build_script:
|
|||||||
- nim c -o:bin/nimpretty.exe nimpretty/nimpretty.nim
|
- nim c -o:bin/nimpretty.exe nimpretty/nimpretty.nim
|
||||||
- nim c -r nimpretty/tester.nim
|
- nim c -r nimpretty/tester.nim
|
||||||
- nimble install zip -y
|
- nimble install zip -y
|
||||||
- nimble install opengl
|
- nimble install opengl -y
|
||||||
- nimble install sdl1
|
- nimble install sdl1 -y
|
||||||
- nimble install jester@#head -y
|
- nimble install jester@#head -y
|
||||||
- nimble install niminst
|
|
||||||
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
|
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
|
||||||
- nim c --taintMode:on -d:nimCoroutines --os:genode -d:posix --compileOnly tests/testament/tester
|
- nim c --taintMode:on -d:nimCoroutines --os:genode -d:posix --compileOnly tests/testament/tester
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user