Testing actually making

This commit is contained in:
2023-03-20 11:09:58 -07:00
parent 0eb4ceef7d
commit bdbec0f285

View File

@ -52,4 +52,12 @@ jobs:
- name: Build Game
run: |
export PATH=$VITASDK/bin:$PATH
mkdir build
cmake .. -DDAWN_BUILD_TARGET=target-helloworld-vita
make
- name: Done?
run: |
cd build
cd dawnhelloworld
ls