mirror of https://github.com/status-im/nimPNG.git
show nim version in nimPNG.nimble
This commit is contained in:
parent
20bd6ae3fa
commit
c00186c64a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue