Skip to content
Snippets Groups Projects
Commit 0f5538a4 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

packaging: add Sparkle compilation

Change-Id: Ic249e9ceb276ae2150147c638a3f05e8f3c772af
parent 2624e8f5
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,13 @@ osx: ...@@ -39,6 +39,13 @@ osx:
- echo "Client" - echo "Client"
- git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx - git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx
- cd ring-client-macosx - cd ring-client-macosx
- git submodule init
- git submodule update
- cd sparkle/Sparkle
- export BUILDDIR=$(pwd)
- make release
- mv Build/Products/Release/Sparkle.framework ../
- cd ../../
- mkdir build - mkdir build
- cd build - cd build
- export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0 - export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment