show nim version in nimPNG.nimble

This commit is contained in:
andri lim 2020-04-14 14:09:37 +07:00
parent 20bd6ae3fa
commit c00186c64a
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ skipDirs = @["tests", "docs"]
requires "nim >= 0.19.0"
task tests, "Run tests":
exec "nim -v"
exec "nim c -r -d:release tests/all_tests"
exec "nim c -r --gc:arc -d:release tests/all_tests"