Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrwn committed Jan 14, 2016
1 parent 969392f commit 8fbc16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ install:
7z x .\mapnik-win-sdk.7z -o".\lib\$env:Platform" | FIND /V "ing "
git apply --directory=$Env:VS140COMNTOOLS\..\..\VC\Include .\lib\mutex.patch
git apply --unsafe-paths --directory=$Env:VS140COMNTOOLS\..\..\VC\Include .\lib\mutex.patch
git apply --directory=$Env:VS140COMNTOOLS\..\..\VC\Include .\lib\thread.patch
git apply --unsafe-paths --directory=$Env:VS140COMNTOOLS\..\..\VC\Include .\lib\thread.patch
test_script:
- ps: vstest.console /Platform:$env:Platform /InIsolation /logger:Appveyor ".\NETMapnik.Test\bin\$env:Platform\$env:Configuration\NETMapnik.Test.dll"
on_success:
Expand Down

0 comments on commit 8fbc16f

Please sign in to comment.