Testing actually making

This commit is contained in:
2023-03-20 11:09:58 -07:00
parent fef8b3a560
commit b9b07c121c

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