- 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:
parent
e5eb693d2e
commit
9bcabd23e3
4 changed files with 173 additions and 50 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue