mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
travis: don't build binaries on ln branch
This commit is contained in:
parent
a06b49ae40
commit
c1473ca97d
1 changed files with 6 additions and 3 deletions
|
@ -26,7 +26,8 @@ after_success:
|
|||
- coveralls
|
||||
jobs:
|
||||
include:
|
||||
- stage: binary builds
|
||||
- if: branch = master # don't build binaries on lightning branch
|
||||
stage: binary builds
|
||||
name: "Windows build"
|
||||
language: c
|
||||
python: false
|
||||
|
@ -39,7 +40,8 @@ jobs:
|
|||
script:
|
||||
- sudo docker run --name electrum-wine-builder-cont -v $PWD:/opt/wine64/drive_c/electrum --rm --workdir /opt/wine64/drive_c/electrum/contrib/build-wine electrum-wine-builder-img ./build.sh
|
||||
after_success: true
|
||||
- name: "Android build"
|
||||
- if: branch = master # don't build binaries on lightning branch
|
||||
name: "Android build"
|
||||
language: python
|
||||
python: 3.7
|
||||
services:
|
||||
|
@ -58,7 +60,8 @@ jobs:
|
|||
- ls -la bin
|
||||
- if [ $(ls bin | grep -c Electrum-*) -eq 0 ]; then exit 1; fi
|
||||
after_success: true
|
||||
- name: "MacOS build"
|
||||
- if: branch = master # don't build binaries on lightning branch
|
||||
name: "MacOS build"
|
||||
os: osx
|
||||
language: c
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue