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
Raw Permalink Normal View History

2021-06-30 04:53:40 +00:00
---
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