From a11f105e4491e87a5e9702c5846458ab685ff5b1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 22 Dec 2021 11:51:05 -0800 Subject: [PATCH] GitLab CI: Simplify our Windows paths. CMake's FindPerl module and our FindNSIS and FindWiX modules can find perl, makensis, and the various WiX utilities in their default locations so we don't need to prepopulate our PATH. Update FindWiX to look for version 3.11. --- .gitlab-ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a70cc4785..3cc7a09d73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -160,7 +160,6 @@ variables: - $env:WIRESHARK_BASE_DIR = "C:\Development" - $env:Configuration = "RelWithDebInfo" - $env:Path += ";C:\Program Files\CMake\bin" - - $env:Path += ";C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin" - $env:CMAKE_PREFIX_PATH = "C:\qt\5.15.2\msvc2019_64" # https://help.appveyor.com/discussions/questions/18777-how-to-use-vcvars64bat-from-powershell - cmd.exe /c "call `"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat`" && set > %temp%\vcvars.txt" @@ -312,9 +311,6 @@ Win64 Package: before_script: - $env:WIRESHARK_BASE_DIR = "C:\Development" - $env:Configuration = "RelWithDebInfo" - - $env:Path += ";C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin" - - $env:Path += ";C:\Program Files (x86)\NSIS" - - $env:Path += ";C:\Program Files (x86)\WiX Toolset v3.11\bin" - $env:Path += ";C:\Program Files\Amazon\AWSCLIV2" - $env:CMAKE_PREFIX_PATH = "C:\qt\5.15.2\msvc2019_64" # https://help.appveyor.com/discussions/questions/18777-how-to-use-vcvars64bat-from-powershell @@ -358,9 +354,6 @@ Win32 Package: before_script: - $env:WIRESHARK_BASE_DIR = "C:\Development" - $env:Configuration = "RelWithDebInfo" - - $env:Path += ";C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin" - - $env:Path += ";C:\Program Files (x86)\NSIS" - - $env:Path += ";C:\Program Files (x86)\WiX Toolset v3.11\bin" - $env:Path += ";C:\Program Files\Amazon\AWSCLIV2" - $env:CMAKE_PREFIX_PATH = "C:\qt\5.15.2\msvc2019" # https://help.appveyor.com/discussions/questions/18777-how-to-use-vcvars64bat-from-powershell