Changeset 23364
- Timestamp:
- 10/01/18 15:38:31 (6 years ago)
- Location:
- issm/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/jenkins/windows_static
r23297 r23364 42 42 metis install-4.0-win10.sh 43 43 triangle install-win10.sh 44 gmsh install-win64-precompiled.sh 44 45 shell2junit install.sh" 45 46 … … 59 60 #by Matlab and runme.m 60 61 #ex: "'id',[101 102 103]" 61 62 #In Windows, we don't yet have MUMPS, can't do full stokes, so exclude all FS runs. Also exclude all runs with Dakota. And exclude higher order runs that have penalties. And 800+ tests because we don't want to have --with-development since we do the binaries with this version63 62 MATLAB_NROPTIONS="" 64 63 PYTHON_NROPTIONS="" -
issm/trunk/packagers/win10/package64.sh
r23326 r23364 16 16 ls $ISSM_DIR/bin 17 17 echo "----------------------------------" 18 19 echo "Copying gmsh to bin" 20 if [ -f ../externalpackages/gmsh/install/gmsh.exe ]; then 21 cp ../externalpackages/gmsh/install/gmsh.exe . 22 else 23 echo "gmsh not found" 24 fi 18 25 19 26 # Check that test 101 runs
Note:
See TracChangeset
for help on using the changeset viewer.