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 d953327 commit 9afbcedCopy full SHA for 9afbced
.travis.yml
@@ -174,7 +174,7 @@ jobs:
174
- BUILD_SYSTEM=cmake
175
- CCACHE_CPP2=yes
176
install:
177
- - cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_FLAGS_RELEASE=-O3' '-DCMAKE_CXX_FLAGS=-Wall -Wpedantic -Werror' '-DCMAKE_OSX_ARCHITECTURES=i386;x86_64'
+ - cmake -H. -Bbuild '-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_CXX_FLAGS_RELEASE=-O3' '-DCMAKE_CXX_FLAGS=-Wall -Wpedantic -Werror' '-DCMAKE_OSX_ARCHITECTURES=x86_64'
178
- cmake --build build -- -j4
179
script: (cd build; ctest -V -L CORE)
180
0 commit comments