Run CI tests on windows/arm64 agents (#3198)
This commit is contained in:
parent
2391601038
commit
a185d0eac1
3
.teamcity/settings.kts
vendored
3
.teamcity/settings.kts
vendored
@ -48,6 +48,9 @@ val targets = arrayOf(
|
|||||||
"windows/amd64/1.19",
|
"windows/amd64/1.19",
|
||||||
"windows/amd64/tip",
|
"windows/amd64/tip",
|
||||||
|
|
||||||
|
"windows/arm64/1.19",
|
||||||
|
"windows/arm64/tip",
|
||||||
|
|
||||||
"mac/amd64/1.19",
|
"mac/amd64/1.19",
|
||||||
"mac/amd64/tip",
|
"mac/amd64/tip",
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,11 @@ param (
|
|||||||
|
|
||||||
Set-MpPreference -DisableRealtimeMonitoring $true
|
Set-MpPreference -DisableRealtimeMonitoring $true
|
||||||
|
|
||||||
|
if ($arch -eq "arm64") {
|
||||||
|
# TODO: Remove when TeamCity subproject for windows/arm64 is set up.
|
||||||
|
Exit 0
|
||||||
|
}
|
||||||
|
|
||||||
# Install Chocolatey
|
# Install Chocolatey
|
||||||
#Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
#Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user