travis: don't build binaries on ln branch

This commit is contained in:
SomberNight 2018-10-09 02:27:47 +02:00 committed by ThomasV
parent a06b49ae40
commit c1473ca97d

View file

@ -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: