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