Test purego
This commit is contained in:
parent
b1a49c28b6
commit
6c4349fd5c
1 changed files with 19 additions and 0 deletions
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
|
@ -103,6 +103,25 @@ jobs:
|
||||||
run: go build -tags rgfw
|
run: go build -tags rgfw
|
||||||
working-directory: raylib
|
working-directory: raylib
|
||||||
|
|
||||||
|
test-purego:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
go-version: [1.21.x]
|
||||||
|
os: [ubuntu-latest]
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
steps:
|
||||||
|
- name: Install Go
|
||||||
|
uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: ${{ matrix.go-version }}
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Build
|
||||||
|
run: go build
|
||||||
|
working-directory: raylib
|
||||||
|
env:
|
||||||
|
GOOS: windows
|
||||||
|
|
||||||
test-examples:
|
test-examples:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue