We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d8c1 commit 5f3aba3Copy full SHA for 5f3aba3
.travis.yml
@@ -102,6 +102,22 @@ matrix:
102
compiler: clang++
103
env: TOOLSET=clang CXXSTD=03,11,14,1z
104
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
+
121
- os: linux
122
compiler: g++
123
env: CMAKE=1
0 commit comments