mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Make travis run tests
This commit is contained in:
parent
820813b79f
commit
47625fcd6c
@ -8,4 +8,4 @@ before_install:
|
|||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq cmake libsdl2-dev g++-4.8
|
- sudo apt-get install -qq cmake libsdl2-dev g++-4.8
|
||||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||||
script: cmake . && make
|
script: cmake . -DRUN_GUI_TESTS=OFF && make && make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user