mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 13:33:22 +00:00
no more build.sh, bootstrap release too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user