Skip to content

Commit

Permalink
actually call the right binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Sep 25, 2021
1 parent d5f43f7 commit 92d5f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carnac.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ when not defined(release):

task test, "run tests for ci":
when defined(windows):
exec "testes.cmd"
exec "balls.cmd"
else:
exec findExe"testes"
exec findExe"balls"

task demo, "generate demo":
exec """demo docs/demo.svg "nim c --gc:arc --define:danger --out=\$1 tests/test.nim""""

0 comments on commit 92d5f11

Please sign in to comment.