nir: Improve the comment on num_inputs and friends
[mesa.git] / .gitlab-ci / windows / Dockerfile
1 # escape=`
2
3 FROM mcr.microsoft.com/windows:1809
4
5 # Make sure any failure in PowerShell scripts is fatal
6 SHELL ["powershell", "-ExecutionPolicy", "RemoteSigned", "-Command", "$ErrorActionPreference = 'Stop';"]
7 ENV ErrorActionPreference='Stop'
8
9 COPY mesa_deps.ps1 C:\
10 RUN C:\mesa_deps.ps1