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

[#3947] Add clean rule in hudson script

parent 77b689ef
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ pushd libs/pjproject
make && make dep
popd
./configure --prefix=/usr
make clean
make
make doc
popd
......@@ -31,6 +32,7 @@ popd
pushd sflphone-client-gnome
./autogen.sh
./configure --prefix=/usr
make clean
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