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:
Alibek Omarov
2019-03-29 23:32:06 +03:00
parent 184ca6517c
commit d7ea40d850
6 changed files with 8 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
# Build engine
cd $TRAVIS_BUILD_DIR
./waf configure --sdl2=$TRAVIS_BUILD_DIR/SDL2_VC --vgui=$TRAVIS_BUILD_DIR/vgui-dev --build-type=debug || die
./waf build -j2 || die
./waf build || die
cp $TRAVIS_BUILD_DIR/SDL2_VC/lib/x86/SDL2.dll . # Install SDL2
cp build/vgui_support/vgui_support.dll .