commit a81e96bce07bbef37cdc8262a4bc14a17af1d557 parent 64438573b1da9f8384b0fc05604e84e861402e68 Author: Johann Bauer <bauerj@bauerj.eu> Date: Sun, 13 May 2018 22:22:07 +0200 Test macOS build on Travis Diffstat:
M | .travis.yml | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git 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