enable dash push for nightlies

This commit is contained in:
Juergen E. Fischer 2021-03-07 23:25:38 +01:00
parent d7a0f0bc7f
commit cbc1e8bb9c
2 changed files with 2 additions and 1 deletions

2
debian/rules vendored
View File

@ -155,7 +155,7 @@ endif
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
CMAKE_OPTS += -DENABLE_TESTS=FALSE
else
CMAKE_OPTS += -DENABLE_TESTS=TRUE -DDART_TESTING_TIMEOUT=60
CMAKE_OPTS += -DENABLE_TESTS=TRUE -DDART_TESTING_TIMEOUT=60 -DPUSH_TO_CDASH=TRUE
endif
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)

View File

@ -153,6 +153,7 @@ cmake -G "%CMAKEGEN%" ^
-D QCA_LIBRARY=%OSGEO4W_ROOT%\apps\Qt5\lib\qca-qt5.lib ^
-D QSCINTILLA_LIBRARY=%OSGEO4W_ROOT%\apps\Qt5\lib\qscintilla2.lib ^
-D DART_TESTING_TIMEOUT=60 ^
-D PUSH_TO_CDASH=TRUE ^
%CMAKE_OPT% ^
%SRCDIR:\=/%
if errorlevel 1 (echo cmake failed & goto error)