disable Nimble dependencies for appveyor

This commit is contained in:
Araq
2018-09-14 09:45:03 +02:00
parent bf0993c835
commit d2208091fa
43 changed files with 27230 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
discard """
targets: "cpp"
output: "hello"
cmd: "nim cpp --nilseqs:on $file"
cmd: "nim cpp --nilseqs:on --nimblePath:tests/deps $file"
"""
# bug #3299