mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Travis: Fix 'No names found, cannot describe anything.' in OS X build
This commit is contained in:
parent
7c7aa5828b
commit
7a27d04415
1 changed files with 7 additions and 2 deletions
|
@ -18,7 +18,9 @@ jobs:
|
|||
include:
|
||||
- stage: binary builds
|
||||
sudo: true
|
||||
python: 3.5
|
||||
env:
|
||||
- TARGET_OS=Windows
|
||||
python: 3.6
|
||||
install:
|
||||
- sudo dpkg --add-architecture i386
|
||||
- wget -nc https://dl.winehq.org/wine-builds/Release.key
|
||||
|
@ -31,8 +33,11 @@ jobs:
|
|||
after_success: true
|
||||
- os: osx
|
||||
language: c
|
||||
env:
|
||||
- TARGET_OS=macOS
|
||||
python: false
|
||||
install: true
|
||||
install:
|
||||
- git fetch origin
|
||||
script: ./contrib/build-osx/make_osx
|
||||
after_script: ls -lah dist && md5 dist/*
|
||||
after_success: true
|
||||
|
|
Loading…
Add table
Reference in a new issue