2017-03-29 11:00:54 +02:00
|
|
|
language: go
|
2017-03-29 11:08:21 +02:00
|
|
|
go:
|
2018-11-08 08:29:39 +01:00
|
|
|
- "1.11"
|
|
|
|
install:
|
|
|
|
- mkdir -p $HOME/src
|
|
|
|
- git clone https://github.com/gohugoio/hugo.git $HOME/src/hugo
|
|
|
|
- cd $HOME/src/hugo
|
|
|
|
- go install
|
2017-03-29 11:16:05 +02:00
|
|
|
before_script: git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
|
|
|
|
script: hugo
|
2017-03-29 11:19:55 +02:00
|
|
|
sudo: false
|
2017-03-29 11:17:56 +02:00
|
|
|
dist: trusty
|
2017-03-29 11:09:56 +02:00
|
|
|
|
|
|
|
# vim: ts=2 sw=2 et
|