1
0
picturingjordan.com/.travis.yml
Alan Orth eeb1d5e85f
.travis.yml: Try to build on AWS graviton2 instances
These are the second generation of Amazon's ARM-based instances and
should be much faster than AMD64.

See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
2020-12-06 10:27:35 +02:00

19 lines
440 B
YAML

language: go
go:
- "1.15.x"
install:
- mkdir -p $HOME/src
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
- cd $HOME/src/hugo
- go install
before_script:
- cd $TRAVIS_HOME/gopath/src/github.com/alanorth/picturingjordan.com
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
script:
- hugo
os: linux
arch: arm64-graviton2
dist: focal
# vim: ts=2 sw=2 et