Browse Source

Test macOS build on Travis

3.2.x
Johann Bauer 7 years ago
parent
commit
a81e96bce0
No known key found for this signature in database GPG Key ID: 84F1BF925B1F484D
  1. 9
      .travis.yml

9
.travis.yml

@ -16,7 +16,7 @@ after_success:
- coveralls
jobs:
include:
- stage: windows build
- stage: binary builds
sudo: true
python: 3.5
install:
@ -29,3 +29,10 @@ jobs:
before_script: ls -lah /tmp/electrum-build
script: ./contrib/build-wine/build.sh
after_success: true
- os: osx
language: c
python: false
install: true
script: ./contrib/build-osx/make_osx
after_script: ls -lah dist && md5 dist/*
after_success: true

Loading…
Cancel
Save