mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#3947] Add a script to be executed by Hudson - just a test
This commit is contained in:
18
hudson-sflphone-script.sh
Executable file
18
hudson-sflphone-script.sh
Executable file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# Script used by Hudson continious integration server to build SFLphone
|
||||||
|
#
|
||||||
|
# Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
|
||||||
|
|
||||||
|
pushd sflphone-common
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
popd
|
||||||
|
|
||||||
|
pushd sflphone-client-gnome
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
popd
|
||||||
|
|
Reference in New Issue
Block a user