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

#8763 Remove client compilation

parent 826ced2d
No related branches found
No related tags found
No related merge requests found
......@@ -42,14 +42,14 @@ popd
# popd
# Compile the client
pushd gnome
make distclean
./autogen.sh
./configure --prefix=/usr
make clean
make -j 1
make check
popd
# pushd gnome
# make distclean
# ./autogen.sh
# ./configure --prefix=/usr
# make clean
# make -j 1
# make check
# popd
# SUCCESS
exit 0
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