Merge release-4-5-patches into release-4-6
[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 && ^
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 -DCMAKE_BUILD_TYPE=Debug . && ^
5 msbuild All_Build.vcxproj && ^
6 ctest -D ExperimentalTest -C Debug -V