Skip to content
Snippets Groups Projects
Commit d3858cb1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Merge branch 'develop'

parents f537a000 8b7500df
No related branches found
No related tags found
No related merge requests found
Pipeline #34351 passed
Showing
with 2 additions and 1 deletion
......@@ -8,7 +8,8 @@ mac:
script:
- mkdir build
- cd build
- cmake .. -D CMAKE_PREFIX_PATH=/usr/local/opt/qt -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
- export QTDIR=/usr/local/opt/qt5
- cmake .. -D CMAKE_PREFIX_PATH=$QTDIR -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DBORNAGAIN_APPLE_BUNDLE=ON -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
- make -j2
- ctest --output-on-failure
- cpack . -V
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment