mirror of
https://github.com/status-im/nimPNG.git
synced 2025-01-30 14:24:49 +00:00
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…
x
Reference in New Issue
Block a user