mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
enable dash push for nightlies
This commit is contained in:
parent
d7a0f0bc7f
commit
cbc1e8bb9c
2
debian/rules
vendored
2
debian/rules
vendored
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user