mirror of
https://github.com/st3fan/ewm.git
synced 2025-08-17 23:27:43 +00:00
Make sure SDL is installed on Travis-CI
This commit is contained in:
@@ -22,5 +22,10 @@
|
|||||||
|
|
||||||
os: osx
|
os: osx
|
||||||
language: c
|
language: c
|
||||||
script: make
|
before_install:
|
||||||
|
- brew update
|
||||||
|
- brew install sdl2
|
||||||
|
before_script:
|
||||||
|
- cd src
|
||||||
|
script:
|
||||||
|
- make
|
||||||
|
Reference in New Issue
Block a user