Merge pull request #1229 from Allofich/appveyor

Fix AppVeyor not finding curl
0.6.1
scrawl 8 years ago committed by GitHub
commit 7d0eeee568

@ -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%

Loading…
Cancel
Save