Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | appveyor: Write @PACKAGE_NAME@ to config | MarcoFalke | |
2019-03-01 | appveyor: Don't build debug libraries instead of "build and delete" | Chun Kuan Lee | |
2019-02-17 | appveyor: Remove unused NDEBUG removal | Chun Kuan Lee | |
2019-02-17 | Merge #15398: msvc: add rapidcheck property tests | Wladimir J. van der Laan | |
d067e81dcf574b6504813bbf742cd5af057e8e9b msvc: add rapid check property tests (Chun Kuan Lee) Pull request description: This PR add the property tests into the binaries built by MSVC. And another trivial change is that I reordered the appveyor package list. Tree-SHA512: 25d66db464beb7b512cc1f88d8557d6a047000a97d78f49884bb91a65ec142e0458039c919f51bf73413359fcf3e63e1ea4d76586b862f1c140d2ca05ee8b23d | |||
2019-02-14 | [build] AppVeyor: clean cache when build configuration changes | Sjors Provoost | |
2019-02-12 | appveyor: Remove outdated libraries | Chun Kuan Lee | |
2019-02-07 | test_runner: Remove unused --force option | MarcoFalke | |
2019-02-04 | msvc: add rapid check property tests | Chun Kuan Lee | |
2019-02-01 | msvc: build leveldb locally | Chun Kuan Lee | |
2019-02-01 | msvc: build secp256k1 locally | Chun Kuan Lee | |
2019-01-15 | Fix remaining compiler warnings (MSVC). Move disabling of specific warnings ↵ | practicalswift | |
from /nowarn to project file. | |||
2018-11-06 | appveyor: Script improvement part II | Chun Kuan Lee | |
2018-11-01 | test_runner: Remove travis specific code | MarcoFalke | |
2018-10-24 | appveyor: Enable multiwallet test | Chun Kuan Lee | |
2018-10-05 | appveyor: trivial build cache modifications | Chun Kuan Lee | |
2018-10-03 | tests: Make appveyor run with --usecli | practicalswift | |
2018-09-26 | tests: exclude all tests with difference parameters | Chun Kuan Lee | |
2018-09-25 | Merge #14306: AppVeyor: Move AppVeyor YAML to dot-file-style YAML | MarcoFalke | |
ff40357da1 AppVeyor: Move AppVeyor YAML to dot-file-style YAML (Mitchell Cash) Pull request description: AppVeyor supports dot-file-style YAML named `.appveyor.yml` as is. This helps keep the root of the repository clean(ish) and readable by having the CI files as dot-files. Source: https://www.appveyor.com/docs/build-configuration/#yaml-file-alternative-naming Tree-SHA512: da2a78aff775e5e146f0784b1a6617d0371a5821da8a53be9e4aa57409cb16360f43d0afa5745f81f776599950cab4219a5d7ee7247d42e25861963ea487db66 | |||
2018-09-25 | AppVeyor: Move AppVeyor YAML to dot-file-style YAML | Mitchell Cash | |
AppVeyor supports dot-file-style YAML named .appveyor.yml as is. This helps keep the root of the repository clean(ish) and readable by having the CI files as dot-files. |