forked from yuzu-emu/yuzu-emu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
34 lines (29 loc) · 785 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Build status located at https://travis-ci.org/yuzu-emu/
language: node_js
node_js:
- "lts/erbium"
cache: yarn
install:
- echo '========== Installing gulp & dependencies =========='
- sudo apt-get install graphicsmagick
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.deb
- sudo dpkg -i hugo.deb
- yarn install
before_script:
- hugo version
script:
- echo '========== Starting gulp deploy task =========='
- yarn run gulp all --production
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:
branch: hugo
notifications:
email: