This repository has been archived on 2021-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
zig8-old/.drone.yml

11 lines
169 B
YAML

---
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