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
No related branches found
No related tags found
No related merge requests found
osx:
type: osx
info:
name: ring
version: nightly
release: 1
brew_deps:
- automake
- libtool
......@@ -30,7 +34,7 @@ osx:
- 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++
- make install
- cd ..
- cd ../../
- echo "Client"
- git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx
- cd ring-client-macosx
......@@ -39,3 +43,6 @@ osx:
- cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s
- make install -j
- 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.
Finish editing this message first!
Please register or to comment