Skip to content
Snippets Groups Projects
Commit acd5dc76 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

ci: add x86 msi package job as well

Part-of: <!1250>
parent b6685f4f
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -636,6 +636,12 @@ cerbero deps msvc x86_64 msi package:
# workaround for gitlab bug where it otherwise blocks the pipeline for manual jobs from rules
allow_failure: true
cerbero deps msvc x86 msi package:
extends: ['cerbero deps msvc x86_64 msi package']
variables:
ARCH: 'msvc_x86'
CONFIG: 'win32.cbc'
build cerbero msvc x86_64:
extends: ['.cerbero mr', '.cerbero windows native']
script:
......
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