diff --git a/.travis.yml b/.travis.yml index be242821..295716b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ before_install: ; fi install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install p7zip ccache qt5 openssl xz ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew bundle --file=scripts/Brewfile ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/qt/bin:$PATH" ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source scripts/prepare_python_macos.sh ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then diff --git a/scripts/Brewfile b/scripts/Brewfile new file mode 100644 index 00000000..d10bfbe2 --- /dev/null +++ b/scripts/Brewfile @@ -0,0 +1,6 @@ +brew "p7zip" +brew "ccache" +brew "qt5" +brew "openssl" +brew "xz" +brew "wget" \ No newline at end of file