Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4e868771
Commit
4e868771
authored
Sep 19, 2013
by
Emmanuel Milou
Browse files
[#30360] Cleanup code in hudson script
parent
3829c194
Changes
1
Hide whitespace changes
Inline
Side-by-side
hudson-sflphone-script.sh
View file @
4e868771
...
...
@@ -107,7 +107,6 @@ function build_daemon {
if
[
$CODE_ANALYSIS
==
1
]
;
then
run_code_analysis
fi
# make distclean
./autogen.sh
||
exit
1
# Compile pjproject first
...
...
@@ -127,31 +126,8 @@ function build_daemon {
}
function
build_gnome
{
#pushd daemon
# Check if program is running
#if [ "$(pidof sflphoned)"]
#then
# killall sflphoned
#else
# echo "sflphoned not running"
#fi
#make distclean
# Compile pjproject first
#pushd libs
#./compile_pjsip.sh
#popd
# Compile daemon
#./configure --prefix=/usr
#make clean
#make -j
#./src/sflphoned &
#popd
# Compile the plugins
pushd
plugins
#make distclean
./autogen.sh
||
exit
1
./configure
--prefix
=
/usr
make
-j
...
...
@@ -159,7 +135,6 @@ function build_gnome {
# Compile the client
pushd
gnome
#make distclean
./autogen.sh
||
exit
1
./configure
--prefix
=
/usr
make clean
...
...
Write
Preview
Supports
Markdown
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