nimble tesk
This commit is contained in:
parent
380a8418ec
commit
e95846f449
|
@ -15,3 +15,6 @@ requires "bumpy >= 1.0.3"
|
|||
|
||||
task docs, "Generate API documents":
|
||||
exec "nim doc --index:on --project --out:docs --hints:off src/pixie.nim"
|
||||
|
||||
task dll, "Generate DLL and bindings":
|
||||
exec "nim c -f -d:release --app:lib --gc:arc --tlsEmulation:off --out:pixie --outdir:bindings/generated bindings/bindings.nim"
|
||||
|
|
Loading…
Reference in a new issue