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

[#3947] hudson-script update

parent 3d0593b0
No related branches found
No related tags found
No related merge requests found
......@@ -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
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