Merge pull request #145 from uucidl/master
Add workaround for VS2015 so that appveyor works
This commit is contained in:
commit
cfeb740a75
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ build_script:
|
||||||
} Else {
|
} Else {
|
||||||
$env:VCVARS_PLATFORM="amd64"
|
$env:VCVARS_PLATFORM="amd64"
|
||||||
}
|
}
|
||||||
|
ren 'C:\Program Files (x86)\Windows Kits\10\include\wdf' '00wdf'
|
||||||
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
|
- call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %VCVARS_PLATFORM%
|
||||||
- call tools\windows\build.bat
|
- call tools\windows\build.bat
|
||||||
# FIXME(windows) TODO(uucidl): reactivate examples
|
# FIXME(windows) TODO(uucidl): reactivate examples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue