Adjust CI configuration to call the unified build script

This commit is contained in:
Mayeul Cantan 2018-06-28 21:55:51 +02:00 committed by Matt Borgerson
parent d9d11bcdc4
commit dd3fa1004e
2 changed files with 2 additions and 3 deletions

View File

@ -52,5 +52,4 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libffi gettext glib pixman pkg-config autoconf pixman sdl2 libepoxy; fi
script:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./build_macos.sh ; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./build_linux.sh ; fi
- ./build.sh

View File

@ -35,4 +35,4 @@ set CHERE_INVOKING=yes
rem Build/test scripting
bash -xlc "set pwd"
bash -xlc "env"
bash -xlc "./build_windows.sh"
bash -xlc "./build.sh"