mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Disabled ARMv6hf/AMRv7hf/ARMv8
This commit is contained in:
parent
ecd91682b9
commit
036f819ab8
41
.travis.yml
41
.travis.yml
@ -29,24 +29,29 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
- DOCKER_TAG=i386
|
- DOCKER_TAG=i386
|
||||||
- DOCKER_NAME="Debian Stretch (i386)"
|
- DOCKER_NAME="Debian Stretch (i386)"
|
||||||
- <<: *linux
|
# ////////////////////////////////////////////////////////////////
|
||||||
name: "ARMv6hf (Raspberry Pi v1 & ZERO)"
|
# NOTE: Temporary disabled because travis timeouts
|
||||||
env:
|
# ////////////////////////////////////////////////////////////////
|
||||||
- DOCKER_TAG=armv6hf
|
# - <<: *linux
|
||||||
- DOCKER_NAME="Debian Stretch (Raspberry Pi v1 & ZERO)"
|
# name: "ARMv6hf (Raspberry Pi v1 & ZERO)"
|
||||||
- PLATFORM="rpi"
|
# env:
|
||||||
- <<: *linux
|
# - DOCKER_TAG=armv6hf
|
||||||
name: "ARMv7hf (Raspberry Pi 2 & 3)"
|
# - DOCKER_NAME="Debian Stretch (Raspberry Pi v1 & ZERO)"
|
||||||
env:
|
# - PLATFORM="rpi"
|
||||||
- DOCKER_TAG=armv7hf
|
# - <<: *linux
|
||||||
- DOCKER_NAME="Debian Stretch (Raspberry Pi 2 & 3)"
|
# name: "ARMv7hf (Raspberry Pi 2 & 3)"
|
||||||
- PLATFORM="rpi"
|
# env:
|
||||||
- <<: *linux
|
# - DOCKER_TAG=armv7hf
|
||||||
name: "ARMv8 (Generic AARCH64)"
|
# - DOCKER_NAME="Debian Stretch (Raspberry Pi 2 & 3)"
|
||||||
env:
|
# - PLATFORM="rpi"
|
||||||
- DOCKER_TAG=aarch64
|
# - <<: *linux
|
||||||
- DOCKER_NAME="ARMv8 (Generic AARCH64)"
|
# name: "ARMv8 (Generic AARCH64)"
|
||||||
- PLATFORM="amlogic"
|
# env:
|
||||||
|
# - DOCKER_TAG=aarch64
|
||||||
|
# - DOCKER_NAME="ARMv8 (Generic AARCH64)"
|
||||||
|
# - PLATFORM="amlogic"
|
||||||
|
#
|
||||||
|
# ////////////////////////////////////////////////////////////////
|
||||||
- <<: *osx
|
- <<: *osx
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
name: "macOS 10.12 (Xcode 8.3.3)"
|
name: "macOS 10.12 (Xcode 8.3.3)"
|
||||||
|
Loading…
Reference in New Issue
Block a user