move linux builds to buildkite (#67)

wch-ch32v003
Matt Knight 2 years ago committed by GitHub
parent e5b8d57c72
commit 231508bf23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
steps:
- group: Build
steps:
- command: zig build -Drelease-small

@ -5,7 +5,7 @@ on:
pull_request: pull_request:
branches: [ master ] branches: [ master ]
schedule: schedule:
- cron: "0 7 * * *" - cron: "0 0 * * *"
jobs: jobs:
build: build:
@ -13,7 +13,6 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ os: [
ubuntu-latest,
windows-latest, windows-latest,
macos-latest, macos-latest,
] ]
@ -24,7 +23,6 @@ jobs:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
# only using master until 0.9.0 is released
- name: Setup Zig - name: Setup Zig
uses: goto-bus-stop/setup-zig@v1.3.0 uses: goto-bus-stop/setup-zig@v1.3.0
with: with:

Loading…
Cancel
Save