mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
BUILD: Remove crosswin32dist target from Windows Travis build
This commit is contained in:
parent
ea90258819
commit
e39f30774a
@ -28,9 +28,9 @@ matrix:
|
||||
"export PATH=/usr/$CROSS_HOST/bin:$PATH;
|
||||
cd /buildbot/build &&
|
||||
../code/configure --host=$CROSS_HOST &&
|
||||
make -j4 crosswin32dist"
|
||||
make -j4"
|
||||
before_deploy:
|
||||
- mkdir artifacts && cp -r build/ResidualVMWin32 artifacts
|
||||
- mkdir artifacts && cp -r build/residualvm.exe artifacts
|
||||
- os: linux
|
||||
dist: xenial
|
||||
addons:
|
||||
@ -65,6 +65,7 @@ matrix:
|
||||
- os: osx
|
||||
addons:
|
||||
homebrew:
|
||||
update: true
|
||||
packages:
|
||||
- sdl2
|
||||
- sdl2_net
|
||||
|
Loading…
Reference in New Issue
Block a user