Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Setup a Windows OVH instance for CI
authored
Aug 29, 2023
by
Olivier BICHLER
Show whitespace changes
Inline
Side-by-side
Setup-a-Windows-OVH-instance-for-CI.md
View page @
2e8220ac
...
@@ -15,11 +15,7 @@ Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/
...
@@ -15,11 +15,7 @@ Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/
The system will reboot!
The system will reboot!
Download the docker image:
Follow instructions from
[
Install Build Tools into a container
](
https://learn.microsoft.com/en-us/visualstudio/install/build-tools-container?view=vs-2022
)
to generate the
`buildtools`
docker image.
```
powershell
docker
pull
mcr.microsoft.com/windows/servercore:ltsc2022
```
Install Gitlab runner:
Install Gitlab runner:
...
...