migration of open-etc-friends-pool for use with Etica/EGAZ
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.
|
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% |
|
|
|
|
|
build_script: |
|
- ps: go build |
|
|
|
test_script: |
|
- ps: go build |
|
|
|
deploy_script: |
|
- ps: go build
|
|
|