forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
44 lines (40 loc) · 959 Bytes
/
circle.yml
File metadata and controls
44 lines (40 loc) · 959 Bytes
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
35
36
37
38
39
40
41
42
43
44
#general:
# branches:
# ignore:
# - master
## Customize the test machine
machine:
hosts:
getcloudify.org: 127.0.0.1
python:
version:
2.7.8
# Version of ruby to use
ruby:
version:
2.1.2
checkout:
post:
- rm -rf ./_site
## Customize dependencies
dependencies:
override:
- bundle install:
timeout: 3600 # fail if command has no output for 60 minutes
- bundle exec jekyll build:
timeout: 3600 # fail if command has no output for 60 minutes
- pip install LinkChecker
cache_directories:
- /home/ubuntu/.rvm/gems/ruby-2.1.2
test:
override:
- cd _site ; sudo -E python -mSimpleHTTPServer 80:
background: true
- sleep 3
- linkchecker http://getcloudify.org/guide/ --anchors --no-status --ignore-url=guide/2.7 --ignore-url=^mailto
## Customize deployment commands
deployment:
production:
branch: master
commands:
- bundle exec s3_website push