index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.appveyor.yml
Age
Commit message (
Expand
)
Author
2020-10-06
Bump vcpkg commit ID to get new msys mirror list
Aaron Clauson
2020-09-29
Update msvc build to use new vcpkg manifest
Aaron Clauson
2020-08-31
Update the vcpkg checkout commit ID in appveyor config.
Aaron Clauson
2020-08-30
Set appveyor vm version to previous Visual Studio 2019 release.
Aaron Clauson
2020-07-30
Merge #18011: Replace current benchmarking framework with nanobench
Wladimir J. van der Laan
2020-07-04
Remove cached directories and associated script blocks from appveyor CI confi...
Aaron Clauson
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-04-15
Merge #18640: appveyor: Remove clcache
MarcoFalke
2020-04-14
appveyor: Remove clcache
MarcoFalke
2020-04-14
appveyor: Disable functional tests for now
MarcoFalke
2020-04-08
appveyor: Enable minimal unit test logging to aid debugging
MarcoFalke
2020-01-25
Updated appveyor job to checkout a specific vcpkg commit ID.
Aaron Clauson
2019-12-12
Update msvc build for Visual Studio 2019 v16.4
Aaron Clauson
2019-11-10
Moves vcpkg list to a text file and updates the appveyor job and readme to us...
Aaron Clauson
2019-11-06
Updated appveyor config:
Aaron Clauson
2019-09-08
Added libbitcoin_qt and bitcoin-qt to the msbuild configuration.
Aaron Clauson
2019-07-31
Changes the verbosity of msbuild from quiet to normal in the appveyor script....
Aaron Clauson
2019-07-01
[MSVC] Copy build output to src/ automatically after build
nicolas.dorier
2019-06-21
[MSVC]: Create the config.ini as part of bitcoind build
nicolas.dorier
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
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 f...
practicalswift
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
2018-09-25
AppVeyor: Move AppVeyor YAML to dot-file-style YAML
Mitchell Cash