Merge pull request #1229 from Allofich/appveyor

Fix AppVeyor not finding curl
This commit is contained in:
scrawl 2017-03-22 20:22:13 +01:00 committed by GitHub
commit 7d0eeee568

View file

@ -48,6 +48,9 @@ cache:
clone_folder: C:\projects\openmw
install:
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
before_build:
- cmd: sh %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u -p %PLATFORM% -v %msvc%