mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
CI yml cleanup
This commit is contained in:
parent
0773e38f50
commit
b2f734211c
1 changed files with 1 additions and 8 deletions
9
.github/workflows/mastercheck.yml
vendored
9
.github/workflows/mastercheck.yml
vendored
|
@ -14,23 +14,16 @@ jobs:
|
|||
ci:
|
||||
strategy:
|
||||
matrix:
|
||||
# platform: [ubuntu-latest, windows-latest]
|
||||
# platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
#- name: Setup Linux dependencies
|
||||
# if: runner.os == 'Linux'
|
||||
# run: |
|
||||
# sudo apt-get update
|
||||
# sudo apt-get install libgtk-3-dev
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
- name: Check zig version
|
||||
run: zig version
|
||||
# - name: Check formatting -- craps out on build.zig.zon, doesn't let us --exclude it
|
||||
# run: zig fmt --check .
|
||||
- name: Build simple endpoint example
|
||||
run: zig build endpoint
|
||||
- name: Build tests
|
||||
|
|
Loading…
Add table
Reference in a new issue