Skip to content

Commit

Permalink
disable Nimble dependencies for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Sep 14, 2018
1 parent bf0993c commit d220809
Show file tree
Hide file tree
Showing 43 changed files with 27,230 additions and 7 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ build_script:
- nim e tests/test_nimscript.nims
- nim c -o:bin/nimpretty.exe nimpretty/nimpretty.nim
- nim c -r nimpretty/tester.nim
- nimble install zip -y
- nimble install opengl -y
- nimble install sdl1 -y
- nimble install jester@#head -y
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester
# - nimble install zip -y
# - nimble install opengl -y
# - nimble install sdl1 -y
# - nimble install jester@#head -y
- nim c --taintMode:on -d:nimCoroutines --os:genode -d:posix --compileOnly tests/testament/tester
- nim c --taintMode:on -d:nimCoroutines tests/testament/tester

test_script:
- tests\testament\tester --pedantic all -d:nimCoroutines
Expand Down
2 changes: 1 addition & 1 deletion tests/cpp/tasync_cpp.nim
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit d220809

Please sign in to comment.