Skip to content

Commit

Permalink
nightlies: fix pushing to dash
Browse files Browse the repository at this point in the history
(cherry picked from commit 6e5f4f3)
  • Loading branch information
jef-n committed Mar 10, 2021
1 parent b47f241 commit 8e472a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/rules
Expand Up @@ -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/ \
Expand Down
2 changes: 2 additions & 0 deletions ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -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%
Expand Down

0 comments on commit 8e472a8

Please sign in to comment.