Skip to content
Snippets Groups Projects
Commit 5b6409fb authored by hluk's avatar hluk
Browse files

Windows: Drop MSVC builds (broken paths in gpg)


Signed-off-by: default avatarLukas Holecek <hluk@email.cz>
parent ffa0b8bc
No related branches found
No related tags found
No related merge requests found
...@@ -10,12 +10,6 @@ environment: ...@@ -10,12 +10,6 @@ environment:
CMAKE_GENERATOR: MinGW Makefiles CMAKE_GENERATOR: MinGW Makefiles
MINGW_PATH: C:\Qt\Tools\mingw730_32 MINGW_PATH: C:\Qt\Tools\mingw730_32
- QTDIR: C:\Qt\5.12.6\msvc2017_64
CMAKE_GENERATOR: Visual Studio 16 2019
CMAKE_GENERATOR_ARCH: x64
CMD_VCVARS: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat'
BUILD_SUB_DIR: Debug
# Parameters for default build commands (build_script is used instead). # Parameters for default build commands (build_script is used instead).
build: build:
......
...@@ -7,9 +7,7 @@ dir %QTDIR%\bin || goto :error ...@@ -7,9 +7,7 @@ dir %QTDIR%\bin || goto :error
dir %QTDIR%\lib\cmake || goto :error dir %QTDIR%\lib\cmake || goto :error
REM Note: Following removes sh.exe from PATH so that CMake can generate MinGW Makefile. REM Note: Following removes sh.exe from PATH so that CMake can generate MinGW Makefile.
if DEFINED MINGW_PATH set PATH=%MINGW_PATH%\bin;%PATH:C:\Program Files\Git\usr\bin;=% PATH=%MINGW_PATH%\bin;%PATH:C:\Program Files\Git\usr\bin;=%
if DEFINED CMD_VCVARSALL call %CMD_VCVARSALL%
:error :error
exit /b %errorlevel% exit /b %errorlevel%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment