summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-02-14 01:05:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-02-14 02:12:45 +0100
commit703c289b2268b28cf6ed11d91c18738e3bf13faf (patch)
tree1e69e4d4ea87ebcaeabf57f96cbf2d17f212515e /.travis.yml
parenttry out flatpak nightly build (diff)
downloadnheko-703c289b2268b28cf6ed11d91c18738e3bf13faf.tar.xz
Add arm build for nightly flatpaks
Diffstat (limited to '')
-rw-r--r--.travis.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e25f567..bea561f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,7 @@ notifications:
 cache:
   directories:
     - .hunter
+    - build-flatpak/.flatpak-builder
 
 matrix:
     include:
@@ -103,7 +104,7 @@ matrix:
                     - libgl1-mesa-dev # needed for missing gl.h
         - os: linux
           env:
-              - DEPLOY=1
+              - DEPLOYMENT=1
               - FLATPAK=1
               - ARCH=amd64
           addons:
@@ -114,6 +115,21 @@ matrix:
                     - flatpak
                     - flatpak-builder
                     - 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:
     # Use TRAVIS_TAG if defined, or the short commit SHA otherwise