From dd3fa1004ee534af7c5bb2baa386bb7521dbe59a Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Thu, 28 Jun 2018 21:55:51 +0200 Subject: [PATCH] Adjust CI configuration to call the unified build script --- .travis.yml | 3 +-- appveyor.bat | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 220056ff60..75003a8fce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.bat b/appveyor.bat index 15ad18d780..1a47c59727 100644 --- a/appveyor.bat +++ b/appveyor.bat @@ -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"