tFix windows build(travis) (#6981) - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 5d19d5d4bdaa868eed2bf701ad7d53cbd029159c
DIR parent 337d4890a1dc60dc551f6922208a9077e7d2b616
HTML Author: Jin Eguchi <wakiyamap@gmail.com>
Date: Mon, 1 Feb 2021 12:32:29 -0900
Fix windows build(travis) (#6981)
Diffstat:
M .travis.yml | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -51,6 +51,13 @@ jobs:
- TARGET_OS=Windows
services:
- docker
+ before_install:
+ - sudo rm -rf /var/lib/apt/lists/*
+ - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
+ - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
+ - sudo apt-get update
+ - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
+ - docker version
install:
- sudo docker build --no-cache -t electrum-wine-builder-img ./contrib/build-wine/
script: