Skip to content
Snippets Groups Projects
Commit 7a3b11b6 authored by Pospelov, Gennady's avatar Pospelov, Gennady Committed by GitHub
Browse files

MacOS travis build switched to llvm38

parent f2cffe4c
No related branches found
No related tags found
No related merge requests found
export PATH=/usr/local/opt/qt5/bin/:$PATH
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=$BUILD_TYPE ..
make -j9
cmake -DCMAKE_C_COMPILER=/usr/local/opt/llvm38/bin/clang-3.8 -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm38/bin/clang++-3.8 -DCMAKE_PREFIX_PATH=/usr/local -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
make -j4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment