aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove test branch from appveyor yamlJack Lloyd2017-09-101-1/+0
|
* Enable clcacheJack Lloyd2017-09-101-1/+9
|
* Script the Windows CI buildJack Lloyd2017-09-081-27/+17
|
* Simplifiy AppVeyor config, single debug build on VC2017Jack Lloyd2017-09-011-50/+22
|
* Add VS2017 buildsDaniel Neus2017-03-141-3/+22
|
* Remove --with-pkcs11 option from CI scripts, docsRené Korthaus2017-01-111-2/+2
|
* AppVeyor: Implement 8 job build matrixSimon Warta2016-10-171-21/+57
|
* AppVeyor: Whitelist branches to avoid testing feature branches twiceSimon Warta2016-10-161-0/+5
| | | | | | (as branch and as pull request). This is only relevant for Jack's PRs since he is the only one creating feature branches in the randombit/botan repository.
* AppVeyor config: add debug configurationSimon Warta2016-10-031-1/+10
|
* AppVeyor config: use simplified --amalgamation parameterSimon Warta2016-10-031-2/+2
|
* add amalgamation builds for AppVeyorDaniel Neus2016-08-121-0/+4
|
* Set AppVeyor parallel builds to "2"Daniel Neus2016-07-281-1/+1
|
* build PKCS#11 module during AppVeyor buildDaniel Neus2016-07-261-2/+5
|
* Turn MSVC warnings to /W4 and enable C4267Jack Lloyd2016-05-061-1/+0
| | | | | | Move disabling C4250 and C4251 to cmd line instead of header pragma. This means these warnings will show up in application code. But disabling warnings inside a library header is probably not good form.
* AppVeyor used amalgamation build due to strict build time restrictionsJack Lloyd2016-05-061-1/+1
| | | | Now allows up to 60 minute builds, so build normally.
* correct appveyor matrixDaniel Neus2016-02-171-3/+7
|
* add VS2015 jobsDaniel Neus2016-02-171-2/+9
|
* Add DLL target to MSVC CI buildJack Lloyd2015-10-161-1/+7
|
* Update Appveyor configSimon Warta2015-08-121-2/+7
|
* Adjust MSVC compile flagsSimon Warta2015-07-211-1/+1
| | | | | | | | | | /FS is needed for parallel builds /bigobj is needed for amalgamation build. Remove explicit setting from appveyor /DEBUG is a parameter, not a precompiler constant Conflicts: src/build-data/cc/msvc.txt
* Test make install in CISimon Warta2015-07-101-0/+1
|
* Use static amalgamation build for AppVeyor as the static librarylloyd2015-05-121-1/+1
| | | | is more likely to run into problems. Discussion in GH #52 #88
* Move AppVeyor ymllloyd2015-05-121-0/+9