Skip to content
Snippets Groups Projects
Commit dbefc0b2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent f39d3702
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,8 @@ LOG=${GMSH}/nightly.log
WEB_BIN=geuzaine@geuz.org:/home/www/geuz.org/gmsh/bin
gmsh-update:
rm -f ${LOG}
rm -f ${GMSH}/Makefile*
rm -rf ${GMSH}/gmsh-*cvs*
cd ${GMSH} && make clean
rm -rf ${LOG} ${GMSH}/Makefile* ${GMSH}/gmsh-*cvs*
echo "BUILD BEGIN: `date`" > ${LOG}
cd ${GMSH} && export CVS_RSH=ssh && cvs update -dPA >> ${LOG} 2>&1
cd ${GMSH} && ./configure --enable-universal --disable-fm\
......
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