Add gcc-4.6 to test configuration

This commit is contained in:
Jason Turner
2014-09-16 08:02:12 -06:00
parent 5861c45fc1
commit 04782b6a33

View File

@@ -2,6 +2,9 @@ compilers:
- name: "gcc"
version: "4.8"
cmake_extra_flags: -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: "gcc"
version: "4.6"
cmake_extra_flags: -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA
- name: cppcheck
compiler_extra_flags: --enable=all