aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authornicolas.dorier <nicolas.dorier@gmail.com>2019-06-29 14:36:04 +0900
committernicolas.dorier <nicolas.dorier@gmail.com>2019-07-01 19:16:19 +0900
commit08c721dab2b6d33f11ecf5ed089841d1fc9d8d15 (patch)
tree6c8ae8207c41194a2749910bdd87951268a03603 /.appveyor.yml
parentb3edacb5299b94061982c2578a08b72e778797e2 (diff)
downloadbitcoin-08c721dab2b6d33f11ecf5ed089841d1fc9d8d15.tar.xz
[MSVC] Copy build output to src/ automatically after build
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ea587b78d4..0a644992dd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -37,8 +37,6 @@ build_script:
after_build:
- ps: fsutil behavior set disablelastaccess 1 # Disable Access time feature on Windows (better performance)
- ps: clcache -z
-before_test:
-- ps: move "build_msvc\${env:PLATFORM}\${env:CONFIGURATION}\*.exe" src
test_script:
- cmd: src\test_bitcoin.exe -k stdout -e stdout 2> NUL
- cmd: src\bench_bitcoin.exe -evals=1 -scaling=0 > NUL