mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
10 lines
279 B
Bash
10 lines
279 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
|
|
git clone https://github.com/mittorn/ref_soft ref_soft
|
|
|
|
sed -i "s|#rsw||" wscript
|