gpu-dawn: move mach-glfw cloning to CI script for now

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 15:31:49 -07:00 committed by Stephen Gutekanst
parent 8035e30ad8
commit c0901d4006
3 changed files with 6 additions and 6 deletions

View file

@ -15,6 +15,8 @@ jobs:
run: |
sudo apt install xz-utils
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.2023+16b753549.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: Clone mach-glfw
run: git clone https://github.com/hexops/mach-glfw libs/mach-glfw
- name: test
run: zig build test && find zig-out/
# TODO(build-system): enable windows CI here once gpu-dawn builds under Windows
@ -48,6 +50,8 @@ jobs:
run: |
brew install xz
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.9.0-dev.2023+16b753549.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: Clone mach-glfw
run: git clone https://github.com/hexops/mach-glfw libs/mach-glfw
- name: test
run: zig build test && find zig-out/
env: