From 2fc63838c8d4fb235c5dbd665d131c48df4eb7b5 Mon Sep 17 00:00:00 2001 From: Araq Date: Mon, 10 Sep 2018 14:13:18 +0200 Subject: [PATCH] appveyor: attempt to make the build more robust --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 001c7c98fc..6a3a563e4c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -50,10 +50,9 @@ build_script: - nim c -o:bin/nimpretty.exe nimpretty/nimpretty.nim - nim c -r nimpretty/tester.nim - nimble install zip -y - - nimble install opengl - - nimble install sdl1 + - nimble install opengl -y + - nimble install sdl1 -y - nimble install jester@#head -y - - nimble install niminst - nim c --taintMode:on -d:nimCoroutines tests/testament/tester - nim c --taintMode:on -d:nimCoroutines --os:genode -d:posix --compileOnly tests/testament/tester