Skip to content
Snippets Groups Projects
Commit 4a7d7a90 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

CI: rename windows build job

parent c9c3b016
Branches
Tags
No related merge requests found
...@@ -165,7 +165,7 @@ macos-superbuild-build: ...@@ -165,7 +165,7 @@ macos-superbuild-build:
- git checkout -f -q %CI_COMMIT_SHA% - git checkout -f -q %CI_COMMIT_SHA%
- set GIT_LFS_SKIP_SMUDGE=0 - set GIT_LFS_SKIP_SMUDGE=0
.common-windows-build: .windows-build:
extends: .common-build extends: .common-build
before_script: before_script:
- git lfs fetch origin %CI_COMMIT_SHA% - git lfs fetch origin %CI_COMMIT_SHA%
...@@ -183,7 +183,7 @@ windows-10-prepare: ...@@ -183,7 +183,7 @@ windows-10-prepare:
- clcache.exe -s - clcache.exe -s
windows-10-build: windows-10-build:
extends: .common-windows-build extends: .windows-build
tags: tags:
- windows10 - windows10
script: script:
...@@ -207,7 +207,7 @@ windows-8-prepare: ...@@ -207,7 +207,7 @@ windows-8-prepare:
- clcache.exe -s - clcache.exe -s
windows-8-build: windows-8-build:
extends: .common-windows-build extends: .windows-build
tags: tags:
- windows8 - windows8
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment