Skip to content
Snippets Groups Projects
Commit 86f4e0be authored by hboyet's avatar hboyet
Browse files

packaging: try debuging macosx build

Change-Id: Id1e0521bf8c395bdc6d151bbbc005b6cb96dc190
parent d1cc0acf
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,14 @@ osx: ...@@ -21,10 +21,14 @@ osx:
- mkdir native - mkdir native
- cd native - cd native
- ../bootstrap - ../bootstrap
- echo "########################################################1"
- make -j3 - make -j3
- echo "########################################################2"
- cd ../../ - cd ../../
- ./autogen.sh && ./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s - ./autogen.sh && ./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s
- echo "########################################################3"
- make install -j - make install -j
- echo "########################################################4"
- cd .. - cd ..
- echo "LRC" - echo "LRC"
- export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0 - export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
...@@ -33,7 +37,9 @@ osx: ...@@ -33,7 +37,9 @@ osx:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=%(prefix_path)s -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ - cmake .. -DCMAKE_INSTALL_PREFIX=%(prefix_path)s -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++
- echo "########################################################5"
- make install - make install
- echo "########################################################6"
- cd ../../ - cd ../../
- 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
...@@ -41,8 +47,10 @@ osx: ...@@ -41,8 +47,10 @@ osx:
- mkdir build && cd build - mkdir 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
- cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s - cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s
- echo "########################################################7"
- make install -j - make install -j
- echo "########################################################8"
- cpack -G DragNDrop Ring - cpack -G DragNDrop Ring
transfert: transfer:
files: files:
- ring-client-macosx/build/Ring.dmg - ring-client-macosx/build/Ring.dmg
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment