certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/scripts certi-ctest.cmake


From: CERTI CVS commits
Subject: [certi-cvs] certi/scripts certi-ctest.cmake
Date: Tue, 18 Oct 2011 20:36:09 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      11/10/18 20:36:09

Modified files:
        scripts        : certi-ctest.cmake 

Log message:
        More comment at the beginning of the file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/certi-ctest.cmake?cvsroot=certi&r1=1.3&r2=1.4

Patches:
Index: certi-ctest.cmake
===================================================================
RCS file: /sources/certi/certi/scripts/certi-ctest.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- certi-ctest.cmake   16 Sep 2011 21:25:50 -0000      1.3
+++ certi-ctest.cmake   18 Oct 2011 20:36:09 -0000      1.4
@@ -3,6 +3,24 @@
 # which may be used to setup a CDash submission 
 # to CERTI Dashboard:
 #    http://my.cdash.org/index.php?project=CERTI
+#
+# The script should be tailored to you particular local need
+# see the LOCAL SETUP part
+#
+# Then it should be run like:
+#   A) ctest -S certi-ctest.cmake,Experimental
+#   B) ctest -S certi-ctest.cmake,Nightly
+#
+#   A) will run an experimental configure & build & test
+#   B) will run a nightly configure & build & test
+#
+# You may have to add --http1.0 ctest command line option
+# if your proxy is refusing HTTP1.1 PUT request
+#
+# More informations about CTest+CDash usage may be found here
+# http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest
+# http://techbase.kde.org/Development/CMake/DashboardBuilds
+# http://www.cmake.org/Wiki/CTest:Buildserver
 ####################################################################
 cmake_minimum_required(VERSION 2.8)
 ####################################################################
@@ -20,6 +38,11 @@
 set(CTEST_SITE            "ErkOnTheMove")
 set(CTEST_BUILD_NAME      "Linux-x86_64-gcc-4.6.1")
 set(CTEST_BUILD_CONFIGURATION "Debug")
+# set any extra environment variables to use during 
+# the execution of the script here:
+set (CTEST_ENVIRONMENT
+    #"HTTP_PROXY=<your proxy url here"
+)
 ####################################################################
 # END OF LOCAL SETUP.
 ####################################################################
@@ -47,10 +70,6 @@
 endif(${CTEST_SCRIPT_ARG} MATCHES Experimental)
 
 set($ENV{LC_MESSAGES}    "en_EN")
-# set any extra environment variables to use during the execution of the 
script here:
-set (CTEST_ENVIRONMENT
-    #"HTTP_PROXY=<your-proxy-url-here>"
-)
 # Now start update and configure steps
 ctest_start(${MODEL})
 ctest_update(SOURCE "${CTEST_SOURCE_DIRECTORY}")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]