For the sake of simplicity build only in release mode.
Test adding a non-container based platform such as trusty.
This commit is contained in:
parent
a74fb2e7ad
commit
54868e0511
@ -67,7 +67,10 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons: *gcc49
|
addons: *gcc49
|
||||||
env: CXX_COMPILER='g++-4.9' CC_COMPILER='gcc-4.9' BUILD_TYPE='Debug'
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
env: CXX_COMPILER='g++-4.9' CC_COMPILER='gcc-4.9' BUILD_TYPE='Release'
|
||||||
|
|
||||||
|
|
||||||
# 3. OSX Clang Builds
|
# 3. OSX Clang Builds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user