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

No commit message

No commit message
parent b145b6f5
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ $# -lt 2 ]; then
echo "Usage: $0 arch" 1>&2;
echo " with arch in [mac,linux32,linux64,win32,win64]" 1>&2;
exit 1;
fi
cd ${HOME}/src/gmsh
svn update
cd utils/nightly
ctest -VV -S ./gmsh_$1.ctest
cd ${HOME}/src/getdp
svn update
cd utils/nightly
ctest -VV -S ./getdp_$1.ctest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment