mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-04 17:42:22 +01:00
10 lines
315 B
Bash
10 lines
315 B
Bash
sudo mkdir -p /opt/toolchains
|
|
cd /opt/toolchains/
|
|
sudo git clone https://github.com/a1batross/motomagx_toolchain motomagx
|
|
cd $TRAVIS_BUILD_DIR
|
|
|
|
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk -b mobile_hacks --depth=1
|
|
git clone https://github.com/mittorn/ref_soft ref_soft --depth=1
|
|
|
|
sed -i "s|#rsw||" wscript
|