scripts: gha: temporarily enable verbose build output for PSVita
This commit is contained in:
parent
a9fdae28b2
commit
958ea0ac1d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ popd
|
||||||
echo "Building engine..."
|
echo "Building engine..."
|
||||||
|
|
||||||
./waf configure -T release --psvita || die_configure
|
./waf configure -T release --psvita || die_configure
|
||||||
./waf build install --destdir=pkgtemp/data/xash3d || die
|
./waf build install --destdir=pkgtemp/data/xash3d -v || die
|
||||||
cp build/engine/xash.vpk pkgtemp/
|
cp build/engine/xash.vpk pkgtemp/
|
||||||
|
|
||||||
echo "Building HLSDK..."
|
echo "Building HLSDK..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue