From 787012e012af96d6d69ebac3f32a63356ede93c2 Mon Sep 17 00:00:00 2001 From: wutno Date: Mon, 27 May 2019 01:06:27 -0400 Subject: [PATCH] ci: Fix compiling with macOS on travis-ci --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75003a8fce..1ccd30b612 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ os: - osx python: - - "2.6" + - "3.7" compiler: - gcc @@ -42,14 +42,17 @@ addons: - uuid-dev - libsdl2-dev - libepoxy-dev + homebrew: + packages: + - glib + - pixman + - sdl2 + - libepoxy + git: # we want to do this ourselves submodules: false -before_install: - - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi - - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libffi gettext glib pixman pkg-config autoconf pixman sdl2 libepoxy; fi - script: - ./build.sh