Add Alpine SDL2 to Drone CI dependencies
This commit is contained in:
parent
a401de3bae
commit
f8bfecc983
|
@ -5,6 +5,6 @@ steps:
|
|||
- name: build & test
|
||||
image: euantorano/zig:0.9.1
|
||||
commands:
|
||||
- apk --no-cache add build-base
|
||||
- apk --no-cache add build-base sdl2
|
||||
- zig build
|
||||
- ./zig-out/test main.zig
|
||||
|
|
Loading…
Reference in New Issue