ebiten/.builds/fedora.yml
nanoslayer 5cf6c53418
Add build manifests for various Linux distributions (#1257)
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
2020-07-27 12:20:44 +09:00

19 lines
330 B
YAML

image: fedora/rawhide
packages:
- mesa-libGLU-devel
- mesa-libGLES-devel
- libXrandr-devel
- libXcursor-devel
- libXinerama-devel
- libXi-devel
- libXxf86vm-devel
- alsa-lib-devel
- pkg-config
- go
sources:
- https://github.com/hajimehoshi/ebiten
tasks:
- build: |
cd ebiten
go build . ./audio