|
|
|
@ -8,6 +8,9 @@ environment: |
|
|
|
GETH_CC: C:\msys64\mingw64\bin\gcc.exe |
|
|
|
GETH_CC: C:\msys64\mingw64\bin\gcc.exe |
|
|
|
PATH: C:\msys64\mingw64\bin;C:\Program Files (x86)\NSIS\;%PATH% |
|
|
|
PATH: C:\msys64\mingw64\bin;C:\Program Files (x86)\NSIS\;%PATH% |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
|
|
|
|
- git submodule update --init --depth 1 --recursive |
|
|
|
|
|
|
|
- go version |
|
|
|
|
|
|
|
|
|
|
|
build_script: |
|
|
|
build_script: |
|
|
|
- ps: go build |
|
|
|
- ps: go build |
|
|
|
|