mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Xenial ARM, pre-install ruby
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -60,6 +60,24 @@ matrix:
|
|||||||
name: "Linux ARM64 Bionic"
|
name: "Linux ARM64 Bionic"
|
||||||
language: bash
|
language: bash
|
||||||
filter_secrets: false
|
filter_secrets: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- ruby
|
||||||
|
env:
|
||||||
|
- GAMOS=linux
|
||||||
|
- PLATFORM=arm64
|
||||||
|
- VMTYPE=build
|
||||||
|
- os: linux
|
||||||
|
dist: xenial
|
||||||
|
arch: arm64
|
||||||
|
name: "Linux ARM64 Xenial"
|
||||||
|
language: bash
|
||||||
|
filter_secrets: false
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- ruby
|
||||||
env:
|
env:
|
||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=arm64
|
- PLATFORM=arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user