aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-26 22:45:06 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-12-09 16:16:59 -0800
commit4b57d09882086209464b68d0fff9aea4aa4857fa (patch)
treeadb0a97cb6007c8e3c78aee7a330fc84f3fb1db5 /appveyor.yml
parent7664bbf9af474b71bd4be02359da8ab4ebe315fc (diff)
downloadpugixml-4b57d09882086209464b68d0fff9aea4aa4857fa.zip
pugixml-4b57d09882086209464b68d0fff9aea4aa4857fa.tar.gz
pugixml-4b57d09882086209464b68d0fff9aea4aa4857fa.tar.bz2
Add support for MinGW builds on AppVeyor
Use cygwin to build coverage build and upload coverage data to codecov.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index efae639..4663f4f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,7 @@ build_script:
test_script:
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { .\tests\autotest-appveyor.ps1 9 10 11 12 14 }
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\tests\autotest-appveyor.ps1 15 }
+ - ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { & C:\cygwin\bin\bash.exe -c "PATH=/usr/bin:/usr/local/bin:$PATH; make config=coverage test && bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov" }
artifacts:
- path: .\scripts\*.nupkg