diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-21 18:08:07 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-21 18:08:07 -0600 |
| commit | abc5bda9a0c219a661710c5811933faac0167541 (patch) | |
| tree | 7a28285c96b26ed74208cd4e5c5919380b998d2f | |
| parent | 4a71dff5a22d6992ee066eb69313cad8edd14845 (diff) | |
| download | nimterop-abc5bda9a0c219a661710c5811933faac0167541.tar.gz nimterop-abc5bda9a0c219a661710c5811933faac0167541.zip | |
Fix #6
| -rw-r--r-- | nimterop.nimble | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/nimterop.nimble b/nimterop.nimble index 128e2a6..553b308 100644 --- a/nimterop.nimble +++ b/nimterop.nimble @@ -19,12 +19,9 @@ proc execCmd(cmd:string)= task test, "Test": execCmd "nim c -r tests/tnimterop" -task testext, "Test": - execCmd "nim c -r tests/tnimteropext" - task installWithDeps, "install dependencies": for a in ["http://github.com/genotrance/nimtreesitter?subdir=treesitter", "http://github.com/genotrance/nimtreesitter?subdir=treesitter_c", "http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp",]: execCmd "nimble install -y " & a - execCmd "nimble install" + execCmd "nimble install -y" |
