citra-web/.travis.yml

32 lines
793 B
YAML
Raw Normal View History

2017-02-26 22:24:53 +01:00
# Build status located at https://travis-ci.org/citra-emu/citra-web
language: node_js
2018-10-28 04:14:47 +01:00
node_js:
2018-12-15 17:40:20 +01:00
- "node"
cache: yarn
2017-09-06 05:27:10 +02:00
script:
- 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
2017-02-26 22:24:53 +01:00
- echo '========== Starting gulp deploy task =========='
- hugo version
2017-08-30 04:17:23 +02:00
- gulp all --production
2017-09-06 05:27:10 +02:00
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: build
2017-09-06 05:28:12 +02:00
repo: CitraBotWeb/CitraBotWeb.github.io
2017-09-06 05:27:10 +02:00
target_branch: master
fqdn: citra-emu.org
on:
branch: master
notifications:
email:
- mods@citra-emu.org