core: mach-gamemode is a package manager dep

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-25 11:39:54 -07:00
parent 2292c00d2e
commit 373ad6c695
2 changed files with 0 additions and 7 deletions

View file

@ -14,11 +14,9 @@ jobs:
sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3798+a5e15eced.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.3798+a5e15eced.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build - name: build
run: | run: |
rm -rf libs/mach-gamemode
rm -rf libs/mach-glfw rm -rf libs/mach-glfw
rm -rf libs/mach-gpu rm -rf libs/mach-gpu
rm -rf libs/mach-gpu-dawn rm -rf libs/mach-gpu-dawn
git clone https://github.com/hexops/mach-gamemode libs/mach-gamemode
git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-glfw libs/mach-glfw
git clone https://github.com/hexops/mach-gpu libs/mach-gpu git clone https://github.com/hexops/mach-gpu libs/mach-gpu
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn
@ -39,11 +37,9 @@ jobs:
Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.11.0-dev.3798+a5e15eced\" Add-Content $env:GITHUB_PATH "C:\zig-windows-x86_64-0.11.0-dev.3798+a5e15eced\"
- name: build - name: build
run: | run: |
Remove-Item -Recurse -Force libs/mach-gamemode
Remove-Item -Recurse -Force libs/mach-glfw Remove-Item -Recurse -Force libs/mach-glfw
Remove-Item -Recurse -Force libs/mach-gpu Remove-Item -Recurse -Force libs/mach-gpu
Remove-Item -Recurse -Force libs/mach-gpu-dawn Remove-Item -Recurse -Force libs/mach-gpu-dawn
git clone https://github.com/hexops/mach-gamemode libs/mach-gamemode
git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-glfw libs/mach-glfw
git clone https://github.com/hexops/mach-gpu libs/mach-gpu git clone https://github.com/hexops/mach-gpu libs/mach-gpu
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn
@ -61,11 +57,9 @@ jobs:
sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3798+a5e15eced.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin' sudo sh -c 'wget -c https://ziglang.org/builds/zig-macos-x86_64-0.11.0-dev.3798+a5e15eced.tar.xz -O - | tar -xJ --strip-components=1 -C /usr/local/bin'
- name: build - name: build
run: | run: |
rm -rf libs/mach-gamemode
rm -rf libs/mach-glfw rm -rf libs/mach-glfw
rm -rf libs/mach-gpu rm -rf libs/mach-gpu
rm -rf libs/mach-gpu-dawn rm -rf libs/mach-gpu-dawn
git clone https://github.com/hexops/mach-gamemode libs/mach-gamemode
git clone https://github.com/hexops/mach-glfw libs/mach-glfw git clone https://github.com/hexops/mach-glfw libs/mach-glfw
git clone https://github.com/hexops/mach-gpu libs/mach-gpu git clone https://github.com/hexops/mach-gpu libs/mach-gpu
git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn git clone https://github.com/hexops/mach-gpu-dawn libs/mach-gpu-dawn

View file

@ -1 +0,0 @@
../../gamemode