/zig-ci

Exploring different CI options for automated testing of Zig projects. Companion for a blog post.

Primary LanguageZigBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

zig-ci

This repository is a companion to my blog post Automated Testing for Zig projects in which I look at a variety of options for automatically testing Zig projects.

This repository contains two projects:

  • simple - a simple project that is automatically created by zig init-lib - this project includes a basic test that should be tested by the CI services.
  • sdl - a slightly more involved project that makes use of SDL 2 to create a "hello world" window - this project should simply be built by the CI services.

Status

  • CircleCI