travis: add integration test on ARMv7 (32bit)
This commit is contained in:
parent
e64e71d86d
commit
5d5e6c369d
@ -42,6 +42,12 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- make itest backend=neutrino
|
- make itest backend=neutrino
|
||||||
|
|
||||||
|
- name: Btcd Integration ARM
|
||||||
|
script:
|
||||||
|
- GOARM=7 GOARCH=arm GOOS=linux CGO_ENABLED=0 make btcd build-itest
|
||||||
|
- file lnd-itest
|
||||||
|
- GOARM=7 GOARCH=arm GOOS=linux CGO_ENABLED=0 make itest-only
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- LOG_FILES=./lntest/itest/*.log
|
- LOG_FILES=./lntest/itest/*.log
|
||||||
|
Loading…
Reference in New Issue
Block a user