Skip to content

Commit

Permalink
zig-build v0.13.0/v0.14.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane committed Jun 28, 2024
1 parent b61c8c3 commit aa766d4
Show file tree
Hide file tree
Showing 8 changed files with 272 additions and 343 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/cifuzz.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/doc.yml

This file was deleted.

116 changes: 0 additions & 116 deletions .github/workflows/linux.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/macos.yml

This file was deleted.

100 changes: 0 additions & 100 deletions .github/workflows/windows.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Zig Build

on: [push]

jobs:
build:
strategy:
fail-fast: false
matrix:
targets:
- x86_64-linux-gnu
- x86_64-linux-musl
- x86-linux-gnu
- x86-linux-musl
- aarch64-linux-gnu
- aarch64-linux-musl
- riscv64-linux-musl
- mipsel-linux-musl
- mips-linux-musl
- powerpc64-linux-musl
- x86_64-macos
- aarch64-macos
- x86_64-windows
# - x86_64-windows-msvc
- x86-windows
- aarch64-windows

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: mlugg/setup-zig@v1

- name: Build Summary ${{ matrix.targets }}
run: zig build -DTests --summary all -freference-trace -Dtarget=${{ matrix.targets }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ build/
cmake_install.cmake
fmt-*.cmake
fmt.pc

*zig-*/
Loading

0 comments on commit aa766d4

Please sign in to comment.