mirror of https://github.com/AxioDL/metaforce.git
Fix vcvarsall.bat path for Appveyor
This commit is contained in:
parent
4258603eb6
commit
e303471278
|
@ -47,7 +47,7 @@ install:
|
|||
- llvm-config --version
|
||||
|
||||
before_build:
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 15.0\VC\vcvarsall.bat" amd64
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
|
||||
- cd C:\projects\urde
|
||||
- git submodule update --init --recursive
|
||||
|
||||
|
@ -69,5 +69,5 @@ notifications:
|
|||
on_build_status_changed: false
|
||||
|
||||
# Uncomment this to debug AppVeyor failures.
|
||||
on_finish:
|
||||
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
#on_finish:
|
||||
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
|
|
Loading…
Reference in New Issue