We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d307f + b74c0f6 commit eab3051Copy full SHA for eab3051
.gitignore
@@ -19,3 +19,7 @@ warsofcatan
19
*.test
20
/Default
21
*.wocs
22
+
23
+sdl2ttf/.libs/*
24
+sdl2ttf/glfont
25
+sdl2ttf/showfont
.travis.yml
@@ -2,5 +2,5 @@ language: cpp
2
before_install:
3
- sudo add-apt-repository ppa:antumdeluge/sdl2 -y
4
- sudo apt-get update -y
5
- - sudo apt-get install libsdl2 libsdl2-dev -y
+ - sudo apt-get install libsdl2 libsdl2-dev libsdl2-ttf libsdl2-ttf-dev -y
6
script: make tests
0 commit comments