mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
oh yea windows paths
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
clone_depth: 5
|
||||
|
||||
platform:
|
||||
- x64
|
||||
|
||||
build_script:
|
||||
- SET PATH=C:\msys64\mingw64\bin;%PATH%
|
||||
- gcc -v
|
||||
- git clone -q --depth 1 git://github.com/nim-lang/csources.git csources
|
||||
- git clone -q --depth 1 https://github.com/nim-lang/csources
|
||||
- cd csources
|
||||
- build64.bat
|
||||
- cd ..
|
||||
- bin/nim koch
|
||||
- bin\nim koch
|
||||
- koch boot
|
||||
|
||||
Reference in New Issue
Block a user