nightlies: fix pushing to dash

This commit is contained in:
Juergen E. Fischer 2021-03-09 22:10:44 +01:00
parent 5078939dac
commit 6e5f4f3616
2 changed files with 3 additions and 0 deletions

1
debian/rules vendored
View File

@ -256,6 +256,7 @@ 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/ \

View File

@ -160,6 +160,8 @@ 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%