aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-06-19 14:36:10 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-06-19 22:53:45 +0000
commit6495e7da997bae6f81a7a77f823a43bdb30a1d45 (patch)
treeca45a0381b91701db7a43c67cf5606d14f6ad3f2 /.gitlab-ci.yml
parent1fe3ed4940f7e4016871d88993722f347c48ad0f (diff)
Packaging: Add 64-bit PortableApps packages.
Build WiresharkPortable32 or WiresharkPortable64 as appropriate for our target platform. Add WiresharkPortable64 steps to the Win64 builder. Update the Developer's Guide. Fixes #17260.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cffe1a878c..6e9c50fd18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -324,6 +324,8 @@ Win64 Package:
- C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\nsis
- msbuild /verbosity:minimal wix_package.vcxproj
- C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\wix
+ - msbuild /verbosity:minimal portableapps_package.vcxproj
+ - C:\gitlab-builds\bin\sign-files.ps1 -Path packaging\portableapps
- $plugins = Get-ChildItem run\RelWithDebInfo\plugins\*\*.dll ; signtool verify /v /pa /all run\RelWithDebInfo\*.exe run\RelWithDebInfo\extcap\*.exe $plugins run\RelWithDebInfo\libwireshark.dll run\RelWithDebInfo\libwiretap.dll run\RelWithDebInfo\libwsutil.dll packaging\nsis\Wireshark-win??-*.exe packaging\wix\Wireshark-win??-*.msi
- msbuild /verbosity:minimal pdb_zip_package.vcxproj
- C:\gitlab-builds\bin\mse-scan.ps1