You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
519 B
27 lines
519 B
version: 1.0.{build} |
|
image: |
|
- Ubuntu |
|
|
|
environment: |
|
matrix: |
|
- GETH_ARCH: amd64 |
|
GETH_CC: C:\msys64\mingw64\bin\gcc.exe |
|
PATH: C:\msys64\mingw64\bin;C:\Program Files (x86)\NSIS\;%PATH% |
|
|
|
environment: |
|
matrix: |
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 |
|
MY_VAR: value1 |
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu |
|
MY_VAR: value3 |
|
- APPVEYOR_BUILD_WORKER_IMAGE: macOS |
|
MY_VAR: value4 |
|
|
|
build_script: |
|
- ps: go build |
|
|
|
test_script: |
|
- ps: go build |
|
|
|
deploy_script: |
|
- ps: go build
|
|
|