diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-10-02 23:40:52 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2019-02-01 00:28:49 +0800 |
commit | 52091066be15a86a38c4db182338808f9316c35a (patch) | |
tree | 644e3457f541f236fff0e0c288ea979bdbea5f25 /.appveyor.yml | |
parent | 252fd15addf1cd061c3b6258ad916df7deeecf83 (diff) |
msvc: build secp256k1 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 249d0b8df9..ac4a8df3e3 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 secp256k1 leveldb + PACKAGES: boost-filesystem boost-signals2 boost-test libevent openssl zeromq berkeleydb leveldb PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%' PYTHONUTF8: 1 cache: |