Merge "Using MinSizeRel configuration and Release target on Windows" into release...
[alexxy/gromacs.git] / admin / GerritBuild.bat
1 REM Requires Windows SDK and CMake to be in the path
2 REM Run Windows SDK SetEnv script
3 SetEnv /Release && ^
4 cmake -G "Visual Studio 10 Win64" -D GMX_DOUBLE=%GMX_DOUBLE% -D GMX_MPI=%GMX_MPI% -D GMX_OPENMP=%GMX_OPENMP% -DGMX_DEFAULT_SUFFIX=off . && ^
5 msbuild /m:2 /p:Configuration=MinSizeRel All_Build.vcxproj && ^
6 ctest -D ExperimentalTest -C MinSizeRel -V
7