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

12 lines
165 B
YAML
Raw Normal View History

2021-06-30 04:53:40 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: zig build-exe
2021-06-30 04:59:21 +00:00
image: fedora:latest
2021-06-30 04:53:40 +00:00
commands:
2021-06-30 05:01:42 +00:00
# - dnf update
2021-06-30 05:00:52 +00:00
- dnf install zig -y
2021-06-30 04:53:40 +00:00
- zig build