mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
Install sfml on Mac OS X in travis.
This commit is contained in:
@@ -21,6 +21,7 @@ addons:
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install boehmgc; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sfml; fi
|
||||
|
||||
before_script:
|
||||
- set -e
|
||||
|
||||
Reference in New Issue
Block a user