repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git]
/
.gitlab-ci
/
windows
/
Dockerfile
blob
82f1993e9f50a24bea9bc63b57b6cece1c3ee51f
1
# escape=`
2
3
FROM mcr.microsoft.com/windows/server:ltsc2022
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 install.ps1 C:\
10
RUN C:\install.ps1