mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-11 06:27:54 +00:00
Travis: Update homebrew first thing on OSX
This commit is contained in:
@@ -37,6 +37,9 @@ addons:
|
|||||||
# Required dependency for GLFW on Linux
|
# Required dependency for GLFW on Linux
|
||||||
- xorg-dev
|
- xorg-dev
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install dependencies required on OSX
|
# Install dependencies required on OSX
|
||||||
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ninja; fi
|
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ninja; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user