Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2019-10-13 02:35:41 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2019-10-13 02:35:41 +0300
commit8cf4a9c2fddfdbeceb52d4e6d279a72ce218b50b (patch)
tree19d0fccc2d8a11506ea45a497bc94c953bc04c93 /.travis.yml
parentbafcf47280a133801e4e6c7b5bb7f3bf2cfe5e8c (diff)
Travis CI: transform Linux x86_64 build into ARM64
Travis CI announced support for ARM64 builds a few days ago: https://blog.travis-ci.com/2019-10-07-multi-cpu-architecture-support We already have a Linux x86_64 build on Azure Pipelines, which also generates an AppImage. This commit changes the architecture for the build we have on Travis CI, so that it's not redundant anymore (and becomes useful). The "no-pch" build is not changed because the only differences consist in the PCH header not being used and the SonarQube Scanner being executed. Also, we don't want to use an ARM64 builder unnecessarily.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index adf4354af..a59757eef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,9 @@ cache:
matrix:
include:
- os: linux
+ arch: arm64
dist: xenial
- env: MUMBLE_HOST=x86_64-linux-gnu
+ env: MUMBLE_HOST=aarch64-linux-gnu
- os: linux
dist: xenial
env: MUMBLE_HOST=x86_64-linux-gnu MUMBLE_NO_PCH=1