chore: add drone CI configuration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-06-29 23:53:40 -05:00
parent 2885adabcd
commit 155a4d826e
2 changed files with 17 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
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

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Zig8
[![Build Status](https://ci.paoda.moe/api/badges/paoda/zig8/status.svg)](https://ci.paoda.moe/paoda/zig8)
A Small CHIP-8 Emulator written in Zig