Browse Source

Update appveyor.yml

master
yuriy0803 3 years ago committed by GitHub
parent
commit
92b2f19e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      appveyor.yml

3
appveyor.yml

@ -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

Loading…
Cancel
Save