aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-03-30 17:14:39 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-03-30 17:14:39 -0500
commit54854a356adfacdedb85054df7dd5fc3d4eb02da (patch)
treefbe8863d58c8dbd7b12f9c4f0c0734fb600d96d6
parent36faf6226906fccf7232ef7b82102fcd7819b0ad (diff)
downloadnimterop-54854a356adfacdedb85054df7dd5fc3d4eb02da.tar.gz
nimterop-54854a356adfacdedb85054df7dd5fc3d4eb02da.zip
Skip wrapper test on AppVeyornewalgo-2
-rw-r--r--nimterop.nimble3
1 files changed, 2 insertions, 1 deletions
diff --git a/nimterop.nimble b/nimterop.nimble
index 108d935..8008b27 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -51,6 +51,7 @@ task test, "Test":
# getHeader tests
withDir("tests"):
execCmd("nim e getheader.nims")
- execCmd("nim e wrappers.nims")
+ if not existsEnv("APPVEYOR"):
+ execCmd("nim e wrappers.nims")
docsTask()