2017-02-26 16:24:53 -05:00
|
|
|
# Build status located at https://travis-ci.org/citra-emu/citra-web
|
|
|
|
|
|
|
|
language: node_js
|
2018-10-28 03:14:47 +00:00
|
|
|
node_js:
|
2019-05-16 19:01:12 -04:00
|
|
|
- "11"
|
2017-09-05 23:15:59 -04:00
|
|
|
cache: yarn
|
2017-06-04 11:52:35 -04:00
|
|
|
|
2017-09-05 23:27:10 -04:00
|
|
|
script:
|
2017-06-27 18:54:43 -04:00
|
|
|
- echo '========== Installing gulp & dependencies =========='
|
2017-06-10 16:48:13 -04:00
|
|
|
- sudo apt-get install graphicsmagick
|
2018-12-18 20:03:06 -05:00
|
|
|
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.deb
|
2017-12-17 15:09:38 -05:00
|
|
|
- sudo dpkg -i hugo.deb
|
2017-09-05 23:15:59 -04:00
|
|
|
- yarn install
|
2017-02-26 16:24:53 -05:00
|
|
|
|
|
|
|
- echo '========== Starting gulp deploy task =========='
|
2017-09-05 22:37:11 -04:00
|
|
|
- hugo version
|
2018-12-18 20:03:06 -05:00
|
|
|
- yarn run gulp all --production
|
2017-09-05 23:27:10 -04:00
|
|
|
deploy:
|
|
|
|
provider: pages
|
|
|
|
skip_cleanup: true
|
|
|
|
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
|
|
|
|
local_dir: build
|
2017-09-05 23:28:12 -04:00
|
|
|
repo: CitraBotWeb/CitraBotWeb.github.io
|
2017-09-05 23:27:10 -04:00
|
|
|
target_branch: master
|
|
|
|
fqdn: citra-emu.org
|
|
|
|
on:
|
|
|
|
branch: master
|
2017-06-10 00:06:53 -04:00
|
|
|
notifications:
|
|
|
|
email:
|
2019-05-16 19:01:12 -04:00
|
|
|
- citra@citra-emu.org
|