mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-03 19:55:56 +00:00
Travis: Update homebrew first thing on OSX
This commit is contained in:
parent
921fb5e1ce
commit
61ff48c640
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user