mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Build all libraries on sourcehut build
This commit is contained in:
parent
3060ad96f1
commit
4f791a8e85
@ -14,4 +14,4 @@ sources:
|
||||
tasks:
|
||||
- build: |
|
||||
cd ebiten
|
||||
go build . ./audio
|
||||
go build -tags=example ./...
|
||||
|
@ -13,4 +13,4 @@ sources:
|
||||
tasks:
|
||||
- build: |
|
||||
cd ebiten
|
||||
go build . ./audio
|
||||
go build -tags=example ./...
|
||||
|
@ -16,4 +16,4 @@ sources:
|
||||
tasks:
|
||||
- build: |
|
||||
cd ebiten
|
||||
go build . ./audio
|
||||
go build -tags=example ./...
|
||||
|
@ -15,4 +15,4 @@ sources:
|
||||
tasks:
|
||||
- build: |
|
||||
cd ebiten
|
||||
go build . ./audio
|
||||
go build -tags=example ./...
|
||||
|
@ -16,4 +16,4 @@ sources:
|
||||
tasks:
|
||||
- build: |
|
||||
cd ebiten
|
||||
go build . ./audio
|
||||
go build -tags=example ./...
|
||||
|
Loading…
Reference in New Issue
Block a user