mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
nightlies: fix pushing to dash
This commit is contained in:
parent
5078939dac
commit
6e5f4f3616
1
debian/rules
vendored
1
debian/rules
vendored
@ -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/ \
|
||||
|
@ -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%
|
||||
|
Loading…
x
Reference in New Issue
Block a user