update nimbus.nimble
This commit is contained in:
parent
013d935642
commit
f855d73cf2
|
@ -37,6 +37,11 @@ proc test(name: string, lang = "c") =
|
||||||
|
|
||||||
task test, "Run tests":
|
task test, "Run tests":
|
||||||
test "all_tests"
|
test "all_tests"
|
||||||
|
# debugging tools don't yet have tests
|
||||||
|
# but they should be compilable
|
||||||
|
nim c premix/debug
|
||||||
|
nim c premix/persist
|
||||||
|
nim c premix/premix
|
||||||
|
|
||||||
task nimbus, "Build Nimbus":
|
task nimbus, "Build Nimbus":
|
||||||
buildBinary "nimbus", "nimbus/"
|
buildBinary "nimbus", "nimbus/"
|
||||||
|
|
Loading…
Reference in New Issue