Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-client-macos
Commits
d0c60c69
Commit
d0c60c69
authored
Jun 08, 2015
by
hboyet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packaging: try to fix packaging
Change-Id: I3c03f3e2744e0af5b8b7b308757b69c66f7d61b7
parent
86f4e0be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
.packer.yml
.packer.yml
+7
-13
No files found.
.packer.yml
View file @
d0c60c69
...
...
@@ -21,14 +21,11 @@ osx:
-
mkdir native
-
cd native
-
../bootstrap
-
echo "########################################################1"
-
make -j3
-
echo "########################################################2"
-
cd ../../
-
./autogen.sh && ./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s
-
echo "########################################################3"
-
make install -j
-
echo "########################################################4"
-
./autogen.sh
-
./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s
-
make install -j1
-
cd ..
-
echo "LRC"
-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
...
...
@@ -37,19 +34,16 @@ osx:
-
mkdir 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++
-
echo "########################################################5"
-
make install
-
echo "########################################################6"
-
make install -j1
-
cd ../../
-
echo "Client"
-
git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx ring-client-macosx
-
cd ring-client-macosx
-
mkdir build && cd build
-
mkdir build
-
cd build
-
export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt5/5.4.0
-
cmake ../ -DCMAKE_INSTALL_PREFIX=%(prefix_path)s
-
echo "########################################################7"
-
make install -j
-
echo "########################################################8"
-
make install -j1
-
cpack -G DragNDrop Ring
transfer
:
files
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment