mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#3947] hudson-script update
This commit is contained in:
@ -17,6 +17,12 @@ popd
|
||||
make
|
||||
popd
|
||||
|
||||
# Run the unit tests for the daemon
|
||||
pushd sflphone-common/test
|
||||
make check
|
||||
./test --xml
|
||||
popd
|
||||
|
||||
# Compile the client
|
||||
pushd sflphone-client-gnome
|
||||
./autogen.sh
|
||||
@ -24,10 +30,4 @@ pushd sflphone-client-gnome
|
||||
make
|
||||
popd
|
||||
|
||||
# Run the unit tests for the daemon
|
||||
pushd sflphone-common/test
|
||||
make check
|
||||
./test --xml
|
||||
popd
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user