yuzu-emu.github.io/.travis.yml

35 lines
795 B
YAML
Raw Normal View History

2018-01-04 06:22:29 +01:00
# Build status located at https://travis-ci.org/yuzu-emu/
language: node_js
node_js: node
cache: yarn
2018-01-13 07:57:12 +01:00
install:
2018-01-04 06:22:29 +01:00
- echo '========== Installing gulp & dependencies =========='
- sudo apt-get install graphicsmagick
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Linux-64bit.deb
- sudo dpkg -i hugo.deb
- yarn global add gulp
- yarn install
2018-01-13 07:57:12 +01:00
before_install:
2018-01-04 06:22:29 +01:00
- hugo version
2018-01-13 07:57:12 +01:00
script:
- echo '========== Starting gulp deploy task =========='
2018-01-04 06:22:29 +01:00
- gulp all --production
2018-01-13 07:57:12 +01:00
2018-01-04 06:22:29 +01:00
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: build
repo: yuzu-emu/yuzu-emu.github.io
target_branch: master
fqdn: yuzu-emu.org
on:
2018-01-04 06:49:00 +01:00
branch: hugo
2018-01-04 06:22:29 +01:00
notifications:
email:
- mods@citra-emu.org