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.
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:06:26 +00:00
|
|
|
- dnf install make gcc zig -y
|
2021-06-30 04:53:40 +00:00
|
|
|
- zig build
|