chore: add drone CI configuration
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2885adabcd
commit
155a4d826e
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: zig build-exe
|
||||
image: fedora:latest
|
||||
commands:
|
||||
- dnf install make gcc zig SDL2-devel -y
|
||||
- zig build
|
Reference in New Issue
Block a user