mirror of
https://github.com/st3fan/ewm.git
synced 2025-01-18 01:29:44 +00:00
Fixes #166 - Build on both Linux and macOS
This commit is contained in:
parent
070981ed7b
commit
07a1b186ad
@ -33,7 +33,7 @@ before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 lua; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes libsdl2-dev; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes libgles2-mesa-dev libsdl2-dev; fi
|
||||
|
||||
before_script:
|
||||
- cd src
|
||||
|
Loading…
x
Reference in New Issue
Block a user