mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
.github/workflows: Add FreeBSD
This commit is contained in:
parent
5e21ebd4bc
commit
c4ba9b8b2e
2
.github/workflows/sourcehutbuild.yml
vendored
2
.github/workflows/sourcehutbuild.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
if: github.repository_owner == 'hajimehoshi'
|
if: github.repository_owner == 'hajimehoshi'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [alpine, arch, debian, fedora, ubuntu]
|
os: [alpine, arch, debian, fedora, freebsd, ubuntu]
|
||||||
name: Test on ${{ matrix.os }}
|
name: Test on ${{ matrix.os }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user