Browse Source

scripts: gha: it's pretty safe to not do clean on Waf, since it's much better at tracking modified files

pull/2/head
Alibek Omarov 1 year ago
parent
commit
7cac1d290d
  1. 1
      scripts/gha/build_nswitch_docker.sh
  2. 1
      scripts/gha/build_psvita.sh

1
scripts/gha/build_nswitch_docker.sh

@ -8,7 +8,6 @@ build_hlsdk() @@ -8,7 +8,6 @@ build_hlsdk()
git checkout $1
./waf configure -T release --nswitch || die_configure
./waf build install --destdir=../pkgtemp/xash3d || die
./waf clean
}
echo "Setting up environment..."

1
scripts/gha/build_psvita.sh

@ -8,7 +8,6 @@ build_hlsdk() @@ -8,7 +8,6 @@ build_hlsdk()
git checkout $1
./waf configure -T release --psvita || die_configure
./waf build install --destdir=../pkgtemp/data/xash3d || die
./waf clean
}
export VITASDK=/usr/local/vitasdk

Loading…
Cancel
Save