mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
disable Nimble dependencies for appveyor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user