1
0
Fork 0
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:
Rene Schallner 2023-04-28 22:51:05 +02:00
parent 0773e38f50
commit b2f734211c

View file

@ -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