mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +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:
|
ci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# platform: [ubuntu-latest, windows-latest]
|
# platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Check zig version
|
- name: Check zig version
|
||||||
run: 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
|
- name: Build simple endpoint example
|
||||||
run: zig build endpoint
|
run: zig build endpoint
|
||||||
- name: Build tests
|
- name: Build tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue