mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
ci: switch Travis ARM integration test to use bitcoind
This commit is contained in:
parent
d263a01a2d
commit
b07bcde482
1 changed files with 5 additions and 2 deletions
|
@ -70,10 +70,13 @@ jobs:
|
|||
script:
|
||||
- make itest-parallel backend=neutrino
|
||||
|
||||
- name: Btcd Integration ARM
|
||||
- name: Bitcoind Integration ARM
|
||||
script:
|
||||
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel
|
||||
- bash ./scripts/install_bitcoind.sh
|
||||
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel backend=bitcoind
|
||||
arch: arm64
|
||||
services:
|
||||
- docker
|
||||
|
||||
- name: Btcd Integration Windows
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue