Browse Source

Fix windows build(travis) (#6981)

patch-4
Jin Eguchi 4 years ago
committed by GitHub
parent
commit
5d19d5d4bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .travis.yml

7
.travis.yml

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

Loading…
Cancel
Save