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

svn -> git

parent 4a027ded
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ fi
if [ $# -lt 2 ] || [ $2 == "gmsh" ]; then
echo "========= Building Gmsh =========="
cd ${HOME}/src/gmsh
svn update
git pull
cd utils/nightly
ctest -VV -S ./gmsh_$1.ctest
fi
......@@ -17,7 +17,7 @@ fi
if [ $# -lt 2 ] || [ $2 == "getdp" ]; then
echo "========= Building GetDP =========="
cd ${HOME}/src/getdp
svn update
git pull
cd utils/nightly
ctest -VV -S ./getdp_$1.ctest
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment