add bin to path

This commit is contained in:
Aman Gupta
2015-10-07 14:35:55 -07:00
parent ed24ad3edd
commit d089b6a55b

View File

@@ -7,13 +7,13 @@ platform:
- x64
build_script:
- SET PATH=C:\msys64\mingw64\bin;%PATH%
- SET PATH=C:\msys64\mingw64\bin;bin;%PATH%
- gcc -v
- git clone -q --depth 1 https://github.com/nim-lang/csources
- cd csources
- build64.bat
- cd ..
- bin\nim c koch
- nim c koch
- koch boot
- koch boot -d:release