We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d88524 commit ae131a1Copy full SHA for ae131a1
docopt.nimble
@@ -10,4 +10,5 @@ requires "nim >= 0.15.0"
10
11
task test, "Test":
12
exec "nim compile --verbosity:0 --run test/test"
13
- exec "for f in examples/*.nim; do nim compile --verbosity:0 --hints:off \"$f\" || exit; done"
+ for f in listFiles("examples"):
14
+ if f[^4..^1] == ".nim": exec "nim compile --verbosity:0 --hints:off " & f
0 commit comments