mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 04:05:11 +08:00
scripts: remove waf jobs, as waf smart enough to get CPU number, fix upload archive name for osx, install newer python in windows
This commit is contained in:
@@ -32,7 +32,7 @@ cd $TRAVIS_BUILD_DIR
|
||||
export CC="ccache gcc"
|
||||
export CXX="ccache g++"
|
||||
./waf configure --sdl2=$TRAVIS_BUILD_DIR/SDL2_linux --vgui=$TRAVIS_BUILD_DIR/vgui-dev --build-type=debug --enable-stb || die
|
||||
./waf build -j2 || die
|
||||
./waf build || die
|
||||
|
||||
# Build AppImage
|
||||
scripts/build_appimage.sh
|
||||
|
||||
Reference in New Issue
Block a user