Setup Travis CI integration with Clang + -Wall in Makefiles

This commit is contained in:
ocornut
2014-12-07 09:48:01 +00:00
parent bb20065be0
commit 71e20680db
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -5,6 +5,7 @@ os:
compiler:
- gcc
- clang
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then sudo add-apt-repository -y ppa:pyglfw/pyglfw && sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends libglfw3-dev libglew-dev libxrandr-dev libxi-dev libxxf86vm-dev; fi