add test script

This commit is contained in:
Aman Gupta
2015-10-07 14:22:31 -07:00
parent 3753b16786
commit 8cf3430788

View File

@@ -12,3 +12,12 @@ build_script:
- cd ..
- bin\nim c koch
- koch boot
- koch boot -d:release
before_test:
- nim e install_nimble.nims
- nimble update
- nimble install zip
test_script:
- koch test all --pedantic