We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f539a94 commit f6dc1f3Copy full SHA for f6dc1f3
.gitlab-ci.yml
@@ -8,20 +8,20 @@ linux:
8
only:
9
- master
10
11
-#windows:
12
-# stage: build
13
-# script: "build/windows/buildExe.ps1"
14
-# artifacts:
15
-# paths:
16
-# - dist
17
-# tags:
18
-# - shared-windows
19
-# - windows
20
-# - windows-1809
21
-# variables:
22
-# msbuild: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe'
23
-# only:
24
-# - master
+windows:
+ stage: build
+ script: "build/windows/buildExe.ps1"
+ artifacts:
+ paths:
+ - dist
+ tags:
+ - shared-windows
+ - windows
+ - windows-1809
+ variables:
+ msbuild: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe'
+ only:
+ - master
25
26
variables:
27
GIT_SUBMODULE_STRATEGY: normal
0 commit comments