nimble tesk

This commit is contained in:
Ryan Oldenburg 2021-08-23 22:40:38 -05:00
parent 380a8418ec
commit e95846f449

View file

@ -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"