We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91684da commit 4dde3c5Copy full SHA for 4dde3c5
.travis.yml
@@ -163,7 +163,7 @@ jobs:
163
packages:
164
- g++-5
165
install:
166
- - cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=g++-5' '-Dsat_impl=glucose'
+ - cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_COMPILER=g++-5'
167
- cmake --build build -- -j4
168
script: (cd build; ctest -V -L CORE)
169
0 commit comments