Skip to content

Commit

Permalink
fix submission in nightlies
Browse files Browse the repository at this point in the history
(cherry picked from commit bc1f5d2)
  • Loading branch information
jef-n committed Mar 26, 2021
1 parent 6943e4e commit e9b2adb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -103,7 +103,8 @@ CMAKE_OPTS := \
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so \
-DWITH_HANA=TRUE \
-DWITH_PDAL=TRUE \
-DWITH_EPT=TRUE
-DWITH_EPT=TRUE \
-DSUBMIT_URL="https://cdash.orfeo-toolbox.org/submit.php?project=QGIS"

ifneq ($(SHA),)
CMAKE_OPTS += -DSHA=$(SHA)
Expand Down Expand Up @@ -256,7 +257,6 @@ test-stamp:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Code to run the package test suite
rm -f $(QGIS_BUILDDIR)/.error
cp -u $(QGIS_BUILDDIR)/CTestConfig.cmake .
mkdir -p debian/tmp/locale/
localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
LOCPATH=$(CURDIR)/debian/tmp/locale/ \
Expand Down
3 changes: 1 addition & 2 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -117,6 +117,7 @@ cmake -G "%CMAKEGEN%" ^
-D CMAKE_LINKER="%CMAKE_COMPILER_PATH:\=/%/link.exe" ^
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="%OSGEO4W_CXXFLAGS%" ^
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb ^
-D SUBMIT_URL="https://cdash.orfeo-toolbox.org/submit.php?project=QGIS" ^
-D BUILDNAME="%BUILDNAME%" ^
-D SITE="%SITE%" ^
-D PEDANTIC=TRUE ^
Expand Down Expand Up @@ -160,8 +161,6 @@ if errorlevel 1 (echo cmake failed & goto error)

if "%CONFIGONLY%"=="1" (echo Exiting after configuring build directory: %CD% & goto end)

copy %BUILDDIR%\CTestConfig.cmake %SRCDIR%

:skipcmake
if exist ..\noclean (echo skip clean & goto skipclean)
echo CLEAN: %DATE% %TIME%
Expand Down
1 change: 1 addition & 0 deletions ms-windows/osgeo4w/package.cmd
Expand Up @@ -120,6 +120,7 @@ cmake -G "%CMAKEGEN%" ^
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELEASE=%BUILDDIR%\apps\%PACKAGENAME%\pdb ^
-D CMAKE_SHARED_LINKER_FLAGS_RELEASE="/INCREMENTAL:NO /DEBUG /OPT:REF /OPT:ICF" ^
-D CMAKE_MODULE_LINKER_FLAGS_RELEASE="/INCREMENTAL:NO /DEBUG /OPT:REF /OPT:ICF" ^
-D SUBMIT_URL="https://cdash.orfeo-toolbox.org/submit.php?project=QGIS" ^
-D BUILDNAME="%BUILDNAME%" ^
-D SITE="%SITE%" ^
-D PEDANTIC=TRUE ^
Expand Down

0 comments on commit e9b2adb

Please sign in to comment.