diff --git a/.packer.yml b/.packer.yml index 8ef58dac29a5ac3db2857bfc2839af4a60350123..137453af58ca4f02b43c175c16bfa8cc6d4038be 100644 --- a/.packer.yml +++ b/.packer.yml @@ -39,6 +39,13 @@ osx: - echo "Client" - git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx 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 - cd build - export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0