mirror of
https://github.com/st3fan/ewm.git
synced 2025-04-05 15:37:18 +00:00
Fixes #166 - Build on both Linux and macOS
This commit is contained in:
parent
a3564ab3d0
commit
c6aebfe320
@ -32,8 +32,8 @@ language: c
|
||||
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 --yes update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get --yes install liblua5.1-0-dev libsdl2-dev; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --yes ibsdl2-dev; fi
|
||||
|
||||
before_script:
|
||||
- cd src
|
||||
|
Loading…
x
Reference in New Issue
Block a user