Add arm build for nightly flatpaks
This commit is contained in:
parent
c8bc89d0fa
commit
703c289b22
18
.travis.yml
18
.travis.yml
@ -14,6 +14,7 @@ notifications:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .hunter
|
- .hunter
|
||||||
|
- build-flatpak/.flatpak-builder
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -103,7 +104,7 @@ matrix:
|
|||||||
- libgl1-mesa-dev # needed for missing gl.h
|
- libgl1-mesa-dev # needed for missing gl.h
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- DEPLOY=1
|
- DEPLOYMENT=1
|
||||||
- FLATPAK=1
|
- FLATPAK=1
|
||||||
- ARCH=amd64
|
- ARCH=amd64
|
||||||
addons:
|
addons:
|
||||||
@ -114,6 +115,21 @@ matrix:
|
|||||||
- flatpak
|
- flatpak
|
||||||
- flatpak-builder
|
- flatpak-builder
|
||||||
- elfutils
|
- elfutils
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- DEPLOYMENT=1
|
||||||
|
- FLATPAK=1
|
||||||
|
- ARCH=arm64
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: 'ppa:alexlarsson/flatpak'
|
||||||
|
packages:
|
||||||
|
- flatpak
|
||||||
|
- flatpak-builder
|
||||||
|
- elfutils
|
||||||
|
- librsvg2-bin
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Use TRAVIS_TAG if defined, or the short commit SHA otherwise
|
# Use TRAVIS_TAG if defined, or the short commit SHA otherwise
|
||||||
|
Loading…
Reference in New Issue
Block a user