2017-02-26 21:24:53 +00:00
|
|
|
# Build status located at https://travis-ci.org/citra-emu/citra-web
|
|
|
|
|
2017-08-30 02:16:03 +00:00
|
|
|
# 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
|
|
|
|
|
2017-09-06 02:38:18 +00:00
|
|
|
node_js: "node"
|
2017-06-04 15:52:35 +00:00
|
|
|
|
2017-02-26 21:24:53 +00:00
|
|
|
before_script:
|
2017-06-27 22:54:43 +00:00
|
|
|
- echo '========== Installing gulp & dependencies =========='
|
2017-06-10 20:48:13 +00:00
|
|
|
- sudo apt-get install graphicsmagick
|
2017-06-10 20:35:01 +00:00
|
|
|
- convert -help
|
2017-09-06 02:37:11 +00:00
|
|
|
- npm install -g hugo-bin
|
|
|
|
- npm install -g gulp
|
|
|
|
- npm install @alrra/travis-scripts
|
|
|
|
- npm install
|
2017-02-26 21:24:53 +00:00
|
|
|
|
|
|
|
- echo '========== Configuring Github Pages =========='
|
|
|
|
- git config --global user.email "citra+citrabotweb@citra-emu.org"
|
|
|
|
- git config --global user.name "CitraBotWeb"
|
2017-02-26 21:37:48 +00:00
|
|
|
- set-up-ssh --key "$encrypted_c7ee54b5843f_key" --iv "$encrypted_c7ee54b5843f_iv" --path-encrypted-key "bf215181b5140522137b3d4f6b73544a.enc"
|
2017-02-26 21:24:53 +00:00
|
|
|
|
|
|
|
- echo '========== Starting gulp deploy task =========='
|
2017-09-06 02:37:11 +00:00
|
|
|
- hugo version
|
2017-08-30 02:17:23 +00:00
|
|
|
- gulp all --production
|
2017-02-26 21:24:53 +00:00
|
|
|
|
2017-06-10 04:06:53 +00:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- mods@citra-emu.org
|