mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
fix current directory
This commit is contained in:
@@ -2,7 +2,9 @@ language: c
|
||||
os: linux
|
||||
script:
|
||||
- git clone --depth 1 https://github.com/nim-lang/csources.git
|
||||
- cd csources && sh build.sh
|
||||
- cd csources
|
||||
- sh build.sh
|
||||
- cd ..
|
||||
- ./bin/nim c koch
|
||||
- ./koch boot
|
||||
- ./koch boot -d:release
|
||||
|
||||
Reference in New Issue
Block a user