Skip to content
Snippets Groups Projects
Commit f1354f64 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#3947] Add a script to be executed by Hudson - just a test

parent 88f63de6
No related branches found
No related tags found
No related merge requests found
#!/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
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