summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add Visual Studio 2022 to AppVeyor config (PR #1148)chausner2022-08-281-0/+1
|
* Add Visual Studio 2019 to AppVeyor build workerJeffrey Walton2019-10-141-1/+2
|
* Remove CMake testing support (GH #506)Jeffrey Walton2017-09-161-77/+5
| | | | CMake can now be found at http://www.cryptopp.com/wiki/CMake. The Cmake project files are now maintianed by the community.
* Remove -march=native as default in Makefile and CMake (PR #465)Jeffrey Walton2017-08-231-6/+84
| | | Remove -march=native as default in Makefile and CMake (PR #465)
* Split source files to support Base Implementation + SIMD implementation (GH ↵Jeffrey Walton2017-08-171-1/+1
| | | | | #461) Split source files to support Base Implementation + SIMD implementation
* Cleanup comments in AppVeyor config fileJeffrey Walton2017-08-041-17/+7
|
* Fix "Error parsing appveyor.yml: "exclude" value must be a sequence of ↵Jeffrey Walton2017-08-031-8/+0
| | | | mappings."
* Remove VS2017 from exclude: recipe. Remove unneeded commentsJeffrey Walton2017-08-031-13/+8
|
* Fix AppVeyor *.vcxproj file copyJeffrey Walton2017-08-021-10/+8
|
* Copy converted *.vcxproj files from TestScripts before testingJeffrey Walton2017-08-021-0/+4
|
* Reconfigure AppVeyor email notificationsJeffrey Walton2017-08-021-6/+7
| | | | Hopefully they will get through, soon
* Partially fix AppVeyor buildJeffrey Walton2017-08-021-8/+4
| | | | AppVeyor still has problems, like not being able to run a x64 test
* Fix x64 buildsJeffrey Walton2017-08-021-0/+8
| | | | Take 3
* Enable 64-bit builds under AppVeyorJeffrey Walton2017-08-021-5/+9
| | | | Take 2
* Add notification address of cryptopp-build@googlegroups.com (Take 2)Jeffrey Walton2017-05-311-1/+5
|
* Add notification address of cryptopp-build@googlegroups.comJeffrey Walton2017-05-311-0/+3
| | | | Its a new Google Group created at https://groups.google.com/forum/#!forum/cryptopp-build. The list should allow us to run services on unprivileged forks and other unrelated accounts while making it easy to find results.
* Remove VS2010 and VS2012 configurationsJeffrey Walton2017-05-271-2/+0
| | | | Apparently Appveyor does not support them. Also see https://stackoverflow.com/q/43441273/608639
* Updated makefile trim and convert rulesJeffrey Walton2017-05-261-2/+2
| | | | Whitespace check-in
* Add Win64 to exclude until the issues are sorted outJeffrey Walton2017-04-171-1/+3
|
* Add allow_failures to appveyor.yml until we sort out some of the issuesJeffrey Walton2017-04-161-0/+14
|
* Add VS2010 - VS2017 images to appveyor.ymlJeffrey Walton2017-04-161-0/+8
|
* Convert tab to space for .appveyor.ymlJeffrey Walton2017-04-151-2/+2
| | | | The configuration validated but the test build died
* Add whitespace to test_script cmdJeffrey Walton2017-04-151-0/+2
| | | | Without the additional CRLF, Appveyor dies with on the command . The odd thing is, YAML validated OK.
* Add Configuration and Platform informationJeffrey Walton2017-04-151-0/+10
|
* Add clone depth to AppveyorJeffrey Walton2017-04-151-0/+1
|
* Add Appveyor configuration fileJeffrey Walton2017-04-151-0/+18