diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-10 01:49:05 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-10 01:49:05 -0500 |
| commit | 865ac56c20c6683b2a352aec6263dc9c817899c5 (patch) | |
| tree | b4cb805412e083d427cf26b1be8e1e0d09cdc8a3 /nimterop.nimble | |
| parent | e2125768f4a1e03ee7acd11303a293b64e235b97 (diff) | |
| download | nimterop-libversion.tar.gz nimterop-libversion.zip | |
Fix lib version regexlibversion
Diffstat (limited to 'nimterop.nimble')
| -rw-r--r-- | nimterop.nimble | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/nimterop.nimble b/nimterop.nimble index d60224f..21221a7 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -82,10 +82,8 @@ task test, "Test": # getHeader tests withDir("tests"): exec "nim e getheader.nims" - when not defined(Windows): - # Skip on Windows since very slow - if not existsEnv("APPVEYOR"): - exec "nim e wrappers.nims" + if not existsEnv("APPVEYOR"): + exec "nim e wrappers.nims" docsTask() |
