mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
5cf6c53418
This change adds various build manifests that will be used by sourcehut builds. It tests the installation of Ebiten on the following distros: * Alpine Linux * Arch Linux * Debian * Fedora * Ubuntu Fixes #1147
18 lines
278 B
YAML
18 lines
278 B
YAML
image: alpine/latest
|
|
packages:
|
|
- alsa-lib-dev
|
|
- libx11-dev
|
|
- libxrandr-dev
|
|
- libxcursor-dev
|
|
- libxinerama-dev
|
|
- libxi-dev
|
|
- mesa-dev
|
|
- pkgconf
|
|
- go
|
|
sources:
|
|
- https://github.com/hajimehoshi/ebiten
|
|
tasks:
|
|
- build: |
|
|
cd ebiten
|
|
go build . ./audio
|