mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.builds: remove debian.yml
io/fs cannot be imported from Go 1.15, and the default version of Go in Debian is 1.15. As the requried packages are almost the same as Ubuntu, tests for Debian might be redundant. Remove it. Updates #2323
This commit is contained in:
parent
b36c21648f
commit
0f00eac24c
@ -1,19 +0,0 @@
|
|||||||
image: debian/stable
|
|
||||||
packages:
|
|
||||||
- libasound2-dev
|
|
||||||
- libc6-dev
|
|
||||||
- libglu1-mesa-dev
|
|
||||||
- libgl1-mesa-dev
|
|
||||||
- libxcursor-dev
|
|
||||||
- libxi-dev
|
|
||||||
- libxinerama-dev
|
|
||||||
- libxrandr-dev
|
|
||||||
- libxxf86vm-dev
|
|
||||||
- pkg-config
|
|
||||||
- golang
|
|
||||||
sources:
|
|
||||||
- https://github.com/hajimehoshi/ebiten
|
|
||||||
tasks:
|
|
||||||
- build: |
|
|
||||||
cd ebiten
|
|
||||||
go build -tags=example ./...
|
|
Loading…
Reference in New Issue
Block a user