File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ clone_depth: 5
7
7
environment :
8
8
APPVEYOR_SAVE_CACHE_ON_ERROR : true
9
9
CLCACHE_SERVER : 1
10
- PACKAGES : boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb
10
+ PACKAGES : berkeleydb boost-filesystem boost-signals2 boost-test libevent openssl rapidcheck zeromq
11
11
PATH : ' C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
12
12
PYTHONUTF8 : 1
13
13
cache :
Original file line number Diff line number Diff line change 21
21
</ItemGroup >
22
22
<ItemGroup >
23
23
<ClCompile Include =" ..\..\src\test\*_tests.cpp" />
24
+ <ClCompile Include =" ..\..\src\test\*_properties.cpp" />
25
+ <ClCompile Include =" ..\..\src\test\gen\*_gen.cpp" />
24
26
<ClCompile Include =" ..\..\src\wallet\test\*_tests.cpp" />
25
27
<ClCompile Include =" ..\..\src\test\test_bitcoin.cpp" />
26
28
<ClCompile Include =" ..\..\src\test\test_bitcoin_main.cpp" />
You can’t perform that action at this time.
0 commit comments