-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
bafcf47
commit 8cf4a9c
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters