Initial commit of blenders buildbot configuration

This commit is contained in:
2015-06-14 20:23:25 +02:00
commit 327d4f6b8a
25 changed files with 5762 additions and 0 deletions

17
templates/root.html Normal file
View File

@@ -0,0 +1,17 @@
{% extends 'layout.html' %}
{% import 'forms.html' as forms %}
{% block content %}
<h1>Blender&nbsp;Buildbot</h1>
<div class="column">
<h3><a href="download">Download latest builds</a></h3>
<h3><a href="http://wiki.blender.org/index.php/Dev:Doc/BuildBot">Buildbot setup notes</a></h3>
</div>
{% endblock %}