SDL in Travis

This commit is contained in:
Ben
2019-09-09 21:57:58 +01:00
parent 2fee1bb18e
commit a2f22b192b

View File

@@ -1,3 +1,3 @@
language: cpp
install: make get-deps
install: apt-get install SDL2
script: mkdir build && cd build && cmake .. && make && ./output