citra-emu
/
citra-web
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-web/.travis.yml

25 lines
637 B
YAML
Raw Normal View History

2017-02-26 21:24:53 +00:00
# Build status located at https://travis-ci.org/citra-emu/citra-web
# set-up-ssh is provided by travis-scripts.
# Setting up the SSH key for Github is described here.
# https://github.com/alrra/travis-scripts/blob/master/doc/github-deploy-keys.md
2017-02-26 21:24:53 +00:00
language: node_js
node_js: node
cache: yarn
2017-02-26 21:24:53 +00:00
before_script:
- echo '========== Installing gulp & dependencies =========='
- sudo apt-get install graphicsmagick
- yarn global add hugo-bin
- yarn global add gulp
- yarn install
2017-02-26 21:24:53 +00:00
- echo '========== Starting gulp deploy task =========='
- hugo version
2017-08-30 02:17:23 +00:00
- gulp all --production
2017-02-26 21:24:53 +00:00
notifications:
email:
- mods@citra-emu.org