Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/9775_print_cmake_version'
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jun 27, 2014
2 parents ae69a49 + aaf96f0 commit af04e23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Code/Mantid/Build/Jenkins/buildscript
Expand Up @@ -9,6 +9,11 @@
# BUILD_THREADS & PARAVIEW_DIR should be set in the configuration of each slave.
###############################################################################

###############################################################################
# Print out the versions of things we are using
###############################################################################
cmake --version

###############################################################################
# OS X setup steps
###############################################################################
Expand Down
2 changes: 2 additions & 0 deletions Code/Mantid/Build/Jenkins/buildscript.bat
Expand Up @@ -7,6 +7,8 @@
:: BUILD_THREADS & PARAVIEW_DIR should be set in the configuration of each slave.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" --version

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Get or update the third party dependencies
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down

0 comments on commit af04e23

Please sign in to comment.