diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-06-19 23:48:27 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-06-19 23:48:27 +0200 |
commit | 26568dff004cf210736cccc8103ce6f2d47cb82f (patch) | |
tree | 783087d37fba2b6f6e1ae5e27b4ff27dad344992 /appveyor.yml | |
parent | c3090fcb48b0323cb7be79d2fcd009e11360dab5 (diff) | |
download | Nim-26568dff004cf210736cccc8103ce6f2d47cb82f.tar.gz |
nimpretty: also test on Windows/Appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index a79d32e41..daa1d4e48 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,6 +47,8 @@ build_script: - koch boot -d:release - koch nimble - nim e tests/test_nimscript.nims + - 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 |