From a81e96bce07bbef37cdc8262a4bc14a17af1d557 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Sun, 13 May 2018 22:22:07 +0200 Subject: [PATCH] Test macOS build on Travis --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4646822a6..0ab8a13c1 100644 --- a/.travis.yml +++ b/.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