Skip to content

Travis CI Arm64v8 test, with me adding a conditional for extra jobs using arm entitled 'MONTANA, MONTANA2, MONTANA3'

Notifications You must be signed in to change notification settings

Salinaty/travis-multiple-arm-jobs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

travis-multiple-arm-jobs

Travis CI using multiple jobs using ARM as the main arch.

arch: arm64
language: generic

env:
- BUILD=MONTANA
- BUILD=MONTANA2
- BUILD=MONTANA3

install: skip

script:
- uname -a
- grep ^processor /proc/cpuinfo
- free -m
- df -h
- df -Th

- sudo snap install core || true
- sudo snap install core
- sudo snap install hello-world
- hello-world

- docker info
- docker run hello-world

TODO

May remove Docker.

About

Travis CI Arm64v8 test, with me adding a conditional for extra jobs using arm entitled 'MONTANA, MONTANA2, MONTANA3'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published