Skip to content

Commit

Permalink
update for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Apr 11, 2024
1 parent b8c71b0 commit 5e8cf9d
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 278 deletions.
206 changes: 0 additions & 206 deletions .github/workflows/c-cpp.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build

on:
push:
branches: [v1.8.0-zig]
pull_request:
branches: [v1.8.0-zig]

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [
ubuntu-latest,
windows-latest,
macos-latest,
]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: master

- name: Build
run: zig build
69 changes: 0 additions & 69 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

Loading

0 comments on commit 5e8cf9d

Please sign in to comment.