11 env: COMPILER=g++-4.9 CMAKE_BUILD_TYPE=Debug
17 - ubuntu-toolchain-r-test
21 - libboost1.55-all-dev
24 env: COMPILER=g++-5 CMAKE_BUILD_TYPE=Debug
30 - ubuntu-toolchain-r-test
34 - libboost1.55-all-dev
37 env: COMPILER=g++-6 CMAKE_BUILD_TYPE=Debug
43 - ubuntu-toolchain-r-test
47 - libboost1.55-all-dev
50 env: COMPILER=g++-4.9 CMAKE_BUILD_TYPE=Release
56 - ubuntu-toolchain-r-test
60 - libboost1.55-all-dev
63 env: COMPILER=g++-4.9 CMAKE_BUILD_TYPE=Debug ENABLE_SEATALK=NO
69 - ubuntu-toolchain-r-test
73 - libboost1.55-all-dev
76 env: COMPILER=g++-4.9 CMAKE_BUILD_TYPE=Debug ENABLE_AIS=NO
82 - ubuntu-toolchain-r-test
86 - libboost1.55-all-dev
89 env: COMPILER=g++-4.9 CMAKE_BUILD_TYPE=Debug ENABLE_IO=NO
95 - ubuntu-toolchain-r-test
99 - libboost1.55-all-dev
102 # env: COMPILER=clang++-3.6 CMAKE_BUILD_TYPE=Debug
108 # - ubuntu-toolchain-r-test
109 # - llvm-toolchain-precise-3.6
112 # - libboost1.55-all-dev
115 # env: COMPILER=clang++-3.7 CMAKE_BUILD_TYPE=Debug
121 # - ubuntu-toolchain-r-test
122 # - llvm-toolchain-precise-3.7
125 # - libboost1.55-all-dev
128 # env: COMPILER=clang++-3.8 CMAKE_BUILD_TYPE=Debug
134 # - ubuntu-toolchain-r-test
135 # - llvm-toolchain-precise-3.8
138 # - libboost1.55-all-dev
141 # env: COMPILER=clang++-3.8 CMAKE_BUILD_TYPE=Release
147 # - ubuntu-toolchain-r-test
148 # - llvm-toolchain-precise-3.8
151 # - libboost1.55-all-dev
154 # install a recent cmake
155 - curl -O https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.tar.gz
156 - tar -xf cmake-3.2.3-Linux-x86_64.tar.gz
157 - rm -f cmake-3.2.3-Linux-x86_64.tar.gz
158 - export PATH=${PWD}/cmake-3.2.3-Linux-x86_64/bin:${PATH}
164 - ${COMPILER} --version
165 - CXX=${COMPILER} cmake -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} ..