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