3rdparty: build SDL for unix systems (incl macOS)
travis-ci: enable build 3rdparty for MacOS add patch for comiling SDL-1.2.15 under macOS
This commit is contained in:
@@ -45,7 +45,7 @@ install:
|
||||
|
||||
script:
|
||||
- 'cd $TRAVIS_BUILD_DIR'
|
||||
- 'if [ "$WIN32CROSS" = "1" ] ; then make 3rdparty -j3 ; fi'
|
||||
- 'if [ "$WIN32CROSS" = "1" ] || [ "$TRAVIS_OS_NAME" = "osx" ] ; then make 3rdparty -j3 ; fi'
|
||||
- 'make -j3'
|
||||
- 'make ziprelease'
|
||||
- 'if [ "$WIN32CROSS" = "1" ] ; then make win32installer ; fi'
|
||||
|
||||
Reference in New Issue
Block a user