SDL in Travis
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
install: make get-deps
|
install: apt-get install SDL2
|
||||||
script: mkdir build && cd build && cmake .. && make && ./output
|
script: mkdir build && cd build && cmake .. && make && ./output
|
||||||
|
|||||||
Reference in New Issue
Block a user