mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 01:42:05 +01:00
.github/workflows: add wayland test
This commit is contained in:
parent
a4c183c5d4
commit
b837713262
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -84,6 +84,12 @@ jobs:
|
|||||||
env GOOS=windows GOARCH=arm go build -v ./...
|
env GOOS=windows GOARCH=arm go build -v ./...
|
||||||
env GOOS=windows GOARCH=arm64 go build -v ./...
|
env GOOS=windows GOARCH=arm64 go build -v ./...
|
||||||
|
|
||||||
|
- name: go build (Wayland)
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
run: |
|
||||||
|
sudo apt-get install libwayland-dev libxkbcommon-dev
|
||||||
|
go build -v -tags=wayland ./...
|
||||||
|
|
||||||
- name: go build (macOS)
|
- name: go build (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user