1
0

Fix windows build(travis) (#6981)

This commit is contained in:
Jin Eguchi
2021-02-01 12:32:29 -09:00
committed by GitHub
parent 337d4890a1
commit 5d19d5d4bd

View File

@@ -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: