Skip to content

Commit f6dc1f3

Browse files
committed
re-enabling windows builds. I'll be testing both now
1 parent f539a94 commit f6dc1f3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.gitlab-ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ linux:
88
only:
99
- master
1010

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
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
2525

2626
variables:
2727
GIT_SUBMODULE_STRATEGY: normal

0 commit comments

Comments
 (0)