mirror of
https://github.com/Relintai/scons_gd.git
synced 2024-11-22 11:18:11 +01:00
6 lines
231 B
PowerShell
6 lines
231 B
PowerShell
New-Item -Name exclude_list.txt -ItemType File;
|
|
$workaround_image = "Visual Studio 2015";
|
|
if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq $workaround_image) {
|
|
Add-Content -Path 'exclude_list.txt' -Value 'test\MSVS\vs-10.0-exec.py';
|
|
}
|