ADded some more packages to be built
This commit is contained in:
11
.github/workflows/build-helloworld-vita.yml
vendored
11
.github/workflows/build-helloworld-vita.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
cd packages
|
||||
|
||||
dir_array=(
|
||||
"glm"
|
||||
"vitaShaRK"
|
||||
"libmathneon"
|
||||
"kubridge"
|
||||
"SceShaccCgExt"
|
||||
"vitaGL"
|
||||
)
|
||||
curdir=$(pwd)
|
||||
@ -42,5 +47,9 @@ jobs:
|
||||
- name: Install Libraries
|
||||
run: |
|
||||
export PATH=$VITASDK/bin:$PATH
|
||||
echo "Installing engine libs"
|
||||
git submodule update --init --recursive
|
||||
|
||||
- name: Build Game
|
||||
run: |
|
||||
export PATH=$VITASDK/bin:$PATH
|
||||
ls
|
Reference in New Issue
Block a user