update TracyAllocator for new Allocator changes (#812)
* update TracyAllocator for new Allocator changes * Add build with Tracy to CI to catch regressions * disable Tracy CI step on macos
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
submodules: true
|
||||
- uses: goto-bus-stop/setup-zig@v1
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
|
||||
@@ -32,6 +32,10 @@ jobs:
|
||||
- name: Build
|
||||
run: zig build
|
||||
|
||||
- name: Build with Tracy
|
||||
if: ${{ matrix.os != 'macos-latest' }}
|
||||
run: zig build -Denable_tracy -Denable_tracy_allocation
|
||||
|
||||
- name: Run Tests
|
||||
run: zig build test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user