aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change order of variables in appveyor build matrixPali Rohár2020-11-041-97/+97
| | | | | | | | | This change no function effect as it changes only order of defined variables. The only visible change is on appveyor web where variables are printed in other as they are defined. If list of variables is too long, variables defined later are hidden on the web interface. Variable APPVEYOR_BUILD_WORKER_IMAGE was moved to the end of list as it is less important to know as variable GENERATOR (defines which compiler is used).
* Test also UNICODE builds on AppVeyor CIPali Rohár2019-04-251-0/+102
|
* Add MinGW and MinGW-w64 tests to AppVeyorSilvio Traversaro2019-02-121-5/+84
|
* [appveyor] Test the library using Visual Studio 15Silvio Traversaro2017-05-011-6/+16
| | | See https://www.appveyor.com/docs/build-environment/ for the logic behind the option used.
* Minor AppVeyor configuration cleanupKamekameha2017-03-191-16/+16
|
* Add testing of CMake exported targetsSilvio2017-03-051-1/+12
|
* Add appveyor supportSilvio Traversaro2017-03-051-0/+63