diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-12-09 11:41:22 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-12-09 17:19:01 +0100 |
commit | 9c72d0fdb287f1838c68915e469b6db455f59a7e (patch) | |
tree | 0348fc560646cf99d934b55bc58ab2714adaef84 /ci | |
parent | 6eb67ee8486615c26d12b30f6dcfad8e06fb88d5 (diff) | |
download | meson-9c72d0fdb287f1838c68915e469b6db455f59a7e.zip meson-9c72d0fdb287f1838c68915e469b6db455f59a7e.tar.gz meson-9c72d0fdb287f1838c68915e469b6db455f59a7e.tar.bz2 |
azure: Fix vs2015
Diffstat (limited to 'ci')
-rw-r--r-- | ci/azure-steps.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml index 2376659..34c658b 100644 --- a/ci/azure-steps.yml +++ b/ci/azure-steps.yml @@ -51,16 +51,6 @@ steps: } if ($env:compiler -eq 'msvc2015') { - if ($env:arch -eq 'x86') { - $forcex86 = "--forcex86" - } - - # download and install python3 and add to path (since it's not installed in vs2015 image!) - Set-ExecutionPolicy Bypass -Scope Process -Force - iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) - choco install python3 -y --no-progress $forcex86 --params "/InstallDir:C:\Python3" - $env:Path = "C:\Python3;$env:Path" - # add JDK installed in vs2015 image to PATH $env:Path = "C:\java\jdk\jdk1.8.0_102\bin\;$env:Path" } |