gpu-dawn: CI: remove debug steps
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
43c4795e48
commit
df61d34811
2 changed files with 4 additions and 4 deletions
6
gpu-dawn/.github/workflows/ci.yml
vendored
6
gpu-dawn/.github/workflows/ci.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
# - name: Clone mach-glfw
|
# - name: Clone mach-glfw
|
||||||
# run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
# run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
# - name: install
|
# - name: install
|
||||||
# run: zig build install && find zig-out/
|
# run: zig build install
|
||||||
# - name: upload
|
# - name: upload
|
||||||
# run: |
|
# run: |
|
||||||
# mv zig-out/lib/libdawn.a zig-out/lib/libdawn_x86_64-linux.a
|
# mv zig-out/lib/libdawn.a zig-out/lib/libdawn_x86_64-linux.a
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
# 7z x zig.zip
|
# 7z x zig.zip
|
||||||
# Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.10.0-dev.670+e1a535360\"
|
# Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.10.0-dev.670+e1a535360\"
|
||||||
# - name: install
|
# - name: install
|
||||||
# run: zig build install && find zig-out/
|
# run: zig build install
|
||||||
# # TODO: upload step for Windows
|
# # TODO: upload step for Windows
|
||||||
x86_64-macos:
|
x86_64-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
- name: Clone mach-glfw
|
- name: Clone mach-glfw
|
||||||
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
- name: install
|
- name: install
|
||||||
run: zig build install && find zig-out/
|
run: zig build install
|
||||||
env:
|
env:
|
||||||
AGREE: true
|
AGREE: true
|
||||||
- name: upload
|
- name: upload
|
||||||
|
|
|
||||||
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
2
gpu-dawn/.github/workflows/m1_ci.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
# - name: Clone mach-glfw
|
# - name: Clone mach-glfw
|
||||||
# run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
# run: rm libs/mach-glfw && git clone https://github.com/hexops/mach-glfw libs/mach-glfw
|
||||||
# - name: install
|
# - name: install
|
||||||
# run: zig build install && find zig-out/
|
# run: zig build install
|
||||||
# env:
|
# env:
|
||||||
# AGREE: true
|
# AGREE: true
|
||||||
# - name: upload
|
# - name: upload
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue