diff options
author | Sven Gothel <[email protected]> | 2013-02-01 03:30:51 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-01 03:30:51 +0100 |
commit | a8ad2b99450b51ccaaaf587d0e6c505eca4c5182 (patch) | |
tree | ad86912fd1cc194e1ea60957dc962e2e3090787b /jenkins-server-slave-setup | |
parent | 953027a1c9e7d6757485605dc64514766afec79c (diff) |
Add CMAKE to Windows nodes
Diffstat (limited to 'jenkins-server-slave-setup')
2 files changed, 8 insertions, 2 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat index c06da63..57f02d2 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat +++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat @@ -4,7 +4,10 @@ set ANT_PATH=C:\apache-ant-1.8.2 set GIT_PATH=C:\cygwin\bin set SEVENZIP=C:\Program Files\7-Zip -set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%GIT_PATH%;%SEVENZIP%;%PATH% +set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86 +set CMAKE_C_COMPILER=c:\mingw\bin\gcc + +set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH% REM -Dc.compiler.debug=true REM -DuseOpenMAX=true diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat index a1c4fc3..bd95ebe 100755 --- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat +++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x64-sgothel-011.bat @@ -4,7 +4,10 @@ set ANT_PATH=C:\apache-ant-1.8.2 set GIT_PATH=C:\cygwin\bin set SEVENZIP=C:\Program Files\7-Zip -set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%GIT_PATH%;%SEVENZIP%;%PATH% +set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86 +set CMAKE_C_COMPILER=c:\mingw64\bin\gcc + +set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH% REM -Dc.compiler.debug=true REM -DuseOpenMAX=true |