Update main.yml

This commit is contained in:
V-X 2019-10-17 22:49:27 -05:00 committed by GitHub
parent e205c4f5c8
commit bdca58fff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
shell: pwsh
run: |
Invoke-WebRequest -OutFile ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-win-x64.7z
7z e ultralight.7z *.dll -r -o*
7z e ultralight.7z *.dll -r
- name: Test
run: go test
Windows_x32:
@ -31,7 +31,7 @@ jobs:
run: |
choco install mingw --x86 --force
Invoke-WebRequest -OutFile ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-win-x86.7z
7z e ultralight.7z *.dll -r -o*
7z e ultralight.7z *.dll -r
- name: Test
env:
GOARCH: 386
@ -51,7 +51,7 @@ jobs:
- name: Install Deps
run: |
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-linux-x64.7z
7z e ultralight.7z *.so -r -o*
7z e ultralight.7z *.so -r
- name: Test
run: go test
Mac_x64:
@ -67,6 +67,6 @@ jobs:
run: |
brew install p7zip
wget -O ultralight.7z https://ultralight-sdk.sfo2.cdn.digitaloceanspaces.com/ultralight-sdk-latest-mac-x64.7z
7z e ultralight.7z *.dylib -r -o*
7z e ultralight.7z *.dylib -r
- name: Test
run: go -ldflags "-r ." test