- Docopt for CLI parsing

- Download, extract and Git checkout support
- OS specific keys with -win, -lin and -osx
- Force re-generation with -f flag
This commit is contained in:
Ganesh Viswanathan 2017-11-16 02:39:48 -06:00
commit 9bcabd23e3
4 changed files with 173 additions and 50 deletions

View file

@ -2,7 +2,6 @@ import ospaths
import strutils
for comp in @["nimbass", "nimfuzz", "nimssl"]:
cd(".."/comp)
exec "nimble install -y"
exec "nimble test"
cd(".."/"nimgen")
withDir(".."/comp):
exec "nimble install -y"
exec "nimble test"