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
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