Skip to content

Commit 5f3aba3

Browse files
committed
[CI/FS] Check that cmake build works with gcc-8
1 parent 1c9d8c1 commit 5f3aba3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,22 @@ matrix:
102102
compiler: clang++
103103
env: TOOLSET=clang CXXSTD=03,11,14,1z
104104

105+
- os: linux
106+
compiler: g++
107+
env: CMAKE=1
108+
addons:
109+
apt:
110+
packages:
111+
- libboost-filesystem-dev
112+
- g++-8
113+
sources:
114+
- ubuntu-toolchain-r-test
115+
install: true
116+
script:
117+
- mkdir __build__ && cd __build__
118+
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~ ..
119+
- cmake --build . --target install
120+
105121
- os: linux
106122
compiler: g++
107123
env: CMAKE=1

0 commit comments

Comments
 (0)