no more build.sh, bootstrap release too

This commit is contained in:
Aman Gupta
2015-09-29 15:14:54 -07:00
parent 3af310eb55
commit fbe7bf3c8b

View File

@@ -1,6 +1,10 @@
language: c
os: linux
script:
- sh build.sh
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources && sh build.sh
- ./bin/nim c koch
- ./koch boot
- ./koch boot -d:release
after_script:
- ./koch tests
- ./koch test