Test macOS build on Travis

This commit is contained in:
Johann Bauer 2018-05-13 22:22:07 +02:00
parent 64438573b1
commit a81e96bce0
No known key found for this signature in database
GPG key ID: 84F1BF925B1F484D

View file

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