update nimbus.nimble

This commit is contained in:
andri lim 2019-01-09 18:41:18 +07:00 committed by zah
parent 013d935642
commit f855d73cf2
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ proc test(name: string, lang = "c") =
task test, "Run 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":
buildBinary "nimbus", "nimbus/"