summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove DLL configurations from appveyor.yml and fix platform name for x86Eugene Opalev2019-08-301-4/+1
|
* Update appveyor.yml for project changes.Eugene Opalev2019-08-301-7/+3
| | | | | | | Use the correct library filename and only package the dll if the build produced one. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Make AppVeyor check DLL builds tooEugene Opalev2019-08-301-0/+3
|
* Update project for VS2015 and appveyor.ymlEugene Opalev2019-08-301-1/+4
|
* Add cmake as build system to AppVeyor configurationMarcel Metz2019-08-071-5/+20
| | | | | | | | | | * Use build_script step in AppVeyor configuration. This is a preparation for building with multiple build systems. * Add BUILD_SYSTEM env variable to AppVeyor build matrix. This allows to switch between different build systems when building multiple test matrix configurations. Signed-off-by: Ralph Giles <giles@thaumas.net>
* Add appveyor.yml to test VS2015 builds.Ricardo Constantino (:RiCON)2016-07-271-0/+19
Signed-off-by: Ralph Giles <giles@thaumas.net>