travis: add integration test on ARMv7 (32bit)

This commit is contained in:
Oliver Gugger 2020-07-22 15:40:02 +02:00
parent e64e71d86d
commit 5d5e6c369d
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -42,6 +42,12 @@ jobs:
script:
- 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:
- LOG_FILES=./lntest/itest/*.log