mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Test macOS build on Travis
This commit is contained in:
parent
64438573b1
commit
a81e96bce0
1 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue