Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
start docker for windows
  • Loading branch information
mpromonet authored Jan 6, 2024
1 parent 245aa82 commit be29a30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ build_windows:
- shared-windows
- windows
- windows-1809
before_script:
- Start-Service -Name "docker"
stage: build
script:
- docker build -t ${CI_REGISTRY}/${CI_PROJECT_PATH}:${CI_COMMIT_REF_SLUG}-windows -f Dockerfile.windows .
Expand Down

0 comments on commit be29a30

Please sign in to comment.