diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-10-03 00:34:28 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-01 00:28:50 +0800 |
commit | 82dcacb822f41917520ca62f3e1c8248997ab99c (patch) | |
tree | b21a0d7b2b50b1d002aa44484841644e14f02ce3 /.appveyor.yml | |
parent | 52091066be15a86a38c4db182338808f9316c35a (diff) |
msvc: build leveldb locally
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ac4a8df3e3..eb2d32e1bc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,7 @@ clone_depth: 5 environment: APPVEYOR_SAVE_CACHE_ON_ERROR: true CLCACHE_SERVER: 1 - PACKAGES: boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb leveldb + PACKAGES: boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%' PYTHONUTF8: 1 cache: |