mirror of
https://github.com/st3fan/ewm.git
synced 2025-01-16 03:30:10 +00:00
Make sure SDL is installed on Travis-CI
This commit is contained in:
parent
531d469212
commit
5596fc4555
@ -22,5 +22,10 @@
|
||||
|
||||
os: osx
|
||||
language: c
|
||||
script: make
|
||||
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install sdl2
|
||||
before_script:
|
||||
- cd src
|
||||
script:
|
||||
- make
|
||||
|
Loading…
x
Reference in New Issue
Block a user