Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 10bb6fd

Browse files
author
bors-servo
committedMar 5, 2016
Auto merge of #232 - servo:appveyor, r=larsbergstrom
Add appveyor support for servo's homu Don't merge yet, needs servo/homu#13 to merge and then a bump in the homu SHA r? @larsbergstrom <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/232) <!-- Reviewable:end -->
2 parents a6ebd70 + 5be1c80 commit 10bb6fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎homu/cfg.toml

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ try_builders = ["linux-dev", "linux-rel", "android", "mac-dev-unit", "mac-rel-wp
120120
username = "{{ pillar["homu"]["buildbot-http-user"] }}"
121121
password = "{{ pillar["homu"]["buildbot-http-pass"] }}"
122122

123+
[repo.servo.status.appveyor]
124+
context = 'continuous-integration/appveyor/branch'
125+
123126
# Standard per-repo configs (generated)
124127

125128
{% for repo in travis_repos %}

‎homu/init.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python3:
66
homu:
77
git.latest:
88
- name: https://github.com/servo/homu
9-
- rev: e07f74e7a3a185768e71639d6a328ef8ea234f92
9+
- rev: 6ef9a768041883a9d6c779bc0ec2174aee3eb8e2
1010
- target: /home/servo/homu
1111
- user: servo
1212
virtualenv.managed:

0 commit comments

Comments
 (0)