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

packaging: add info and transfert variables

Change-Id: Id48375bc19caf67075f77e1ae0b38d528bf41ac1
parent 4e635afc
Branches
Tags
No related merge requests found
osx: osx:
type: osx type: osx
info:
name: ring
version: nightly
release: 1
brew_deps: brew_deps:
- automake - automake
- libtool - libtool
...@@ -30,7 +34,7 @@ osx: ...@@ -30,7 +34,7 @@ osx:
- 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++
- make install - make install
- 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
- cd ring-client-macosx - cd ring-client-macosx
...@@ -39,3 +43,6 @@ osx: ...@@ -39,3 +43,6 @@ osx:
- cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s - cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s
- make install -j - make install -j
- cpack -G DragNDrop Ring - cpack -G DragNDrop Ring
transfert:
files:
- 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