summaryrefslogtreecommitdiff
path: root/tools/ctest_scripts
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-05-15 14:02:44 +0200
committerAntonin Descampe <antonin@gmail.com>2016-05-15 14:02:44 +0200
commita09118682573469f9d9b889634bbfec0ffdde2fe (patch)
tree54993d18ab8791b001eac520e2eb3be554147482 /tools/ctest_scripts
parent517d57ef1fa636839d24fcfe8a6c1065d6bb1ce4 (diff)
WIP automatic deployment
Diffstat (limited to 'tools/ctest_scripts')
-rw-r--r--tools/ctest_scripts/travis-ci.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/ctest_scripts/travis-ci.cmake b/tools/ctest_scripts/travis-ci.cmake
index 76a97f1c..93d65bc0 100644
--- a/tools/ctest_scripts/travis-ci.cmake
+++ b/tools/ctest_scripts/travis-ci.cmake
@@ -123,10 +123,10 @@ endif()
set( CTEST_SOURCE_DIRECTORY "$ENV{OPJ_SOURCE_DIR}")
set( CTEST_BINARY_DIRECTORY "${CTEST_DASHBOARD_ROOT}")
-#----------------------
-# Package parameters in case of deployment
-# Might add more parameters later on
-set( CPACK_GENERATOR "ZIP" )
+# #----------------------
+# # Package parameters in case of deployment
+# # Might add more parameters later on
+# set( CPACK_GENERATOR "ZIP" )
#---------------------