mirror of
https://github.com/st3fan/ewm.git
synced 2026-04-24 12:18:36 +00:00
Make sure SDL is installed on Travis-CI
This commit is contained in:
+7
-2
@@ -22,5 +22,10 @@
|
||||
|
||||
os: osx
|
||||
language: c
|
||||
script: make
|
||||
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install sdl2
|
||||
before_script:
|
||||
- cd src
|
||||
script:
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user