]> granicus.if.org Git - openjpeg/commitdiff
verbose
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 16:19:09 +0000 (18:19 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 16:19:09 +0000 (18:19 +0200)
tools/ctest_scripts/travis-ci.cmake
tools/travis-ci/run.sh

index 46aec09d4378b3c09e995ce2aec8f1ce5bfac506..065b783c1615334c86d9ce89bef3f5b2d51a83ea 100644 (file)
@@ -15,7 +15,7 @@ endif()
 
 if("$ENV{TRAVIS_OS_NAME}" STREQUAL "windows")
        set( CTEST_CMAKE_GENERATOR "NMake Makefiles")
-       SET( CTEST_BUILD_COMMAND   "nmake" )
+       set( CTEST_BUILD_COMMAND   "nmake" )
 else()
        set( CTEST_CMAKE_GENERATOR "Unix Makefiles")   # Always makefile in travis-ci environment
 endif()
index 39c210ac531f0a5b4f543a7873e31414e0e087bf..0c4ae034785ebfaa34891bc03c9d8025c9f79bb4 100755 (executable)
@@ -163,7 +163,7 @@ export OPJ_BINARY_DIR=$(opjpath -m ${PWD}/build)
 export OPJ_BUILD_CONFIGURATION=${OPJ_CI_BUILD_CONFIGURATION}
 export OPJ_DO_SUBMIT=${OPJ_DO_SUBMIT}
 
-ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -V || true
+ctest -S ${OPJ_SOURCE_DIR}/tools/ctest_scripts/travis-ci.cmake -VV || true
 # ctest will exit with various error codes depending on version.
 # ignore ctest exit code & parse this ourselves
 #set +x