This commit is contained in:
Rachael Alexanderson 2017-05-24 05:49:38 -04:00
commit d757279c92

View file

@ -42,6 +42,19 @@ matrix:
- g++-6
- libsdl2-dev
- os: linux
compiler: gcc
env:
- GCC_VERSION=7
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=MinSizeRel"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
- libsdl2-dev
- os: linux
compiler: clang
env: