Testing actually making
This commit is contained in:
8
.github/workflows/build-helloworld-vita.yml
vendored
8
.github/workflows/build-helloworld-vita.yml
vendored
@ -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
|
Reference in New Issue
Block a user