Separating tools slowly

This commit is contained in:
2023-03-20 12:17:36 -07:00
parent a0b1cc1cdc
commit 01fa374a68
5 changed files with 57 additions and 49 deletions

View File

@ -49,6 +49,13 @@ jobs:
export PATH=$VITASDK/bin:$PATH
git submodule update --init --recursive
- name: Build Tools:
run: |
mkdir tools
cd tools
cmake .. -DDAWN_BUILD_TARGET=target-tools
make
- name: Build Game
run: |
export PATH=$VITASDK/bin:$PATH