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

MacOS travis build is switched to llvm37

parent 5a22edd8
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 -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 ..
cmake -DCMAKE_C_COMPILER=/usr/local/opt/llvm37/bin/clang-3.7 -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm37/bin/clang++-3.7 -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.
Please register or to comment