Template:TravisCIStatus: Difference between revisions

From QEMU
(Add TravisCI button template)
 
Line 8: Line 8:
</pre>
</pre>


Gives {{TraivCIStatus|user=stsquad|repo=qemu|branch=testing/next|link=yes}}
Gives {{TravisCIStatus|user=stsquad|repo=qemu|branch=testing/next|link=yes}}


=== Parameters ===
=== Parameters ===
Line 15: Line 15:
  * repo - name of your repo
  * repo - name of your repo
  * branch - branch you are tracking
  * branch - branch you are tracking
* link - if set adds link to the page


[[Category:Template]]
[[Category:Template]]
Line 22: Line 23:
The defaults are set to track the master branch of the main repository:
The defaults are set to track the master branch of the main repository:


</noinclude>https://api.travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}.png?branch={{{branch|master}}}&file=qemu.png [https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}]
</noinclude>https://api.travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}.png?branch={{{branch|master}}}&file=qemu.png {{#varexists: link|[https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}]))

Revision as of 16:00, 15 March 2019

Usage

This template can be used to embed a build status button for Testing/CI/Travis with an optional link:

{{TravisCIStatus|user=stsquad|repo=qemu|branch=testing/next|link=yes}}

Gives next&file=qemu.png {{#varexists: link|[1]))

Parameters

* user - username (usually mirrors your github id)
* repo - name of your repo
* branch - branch you are tracking
* link - if set adds link to the page

Defaults

The defaults are set to track the master branch of the main repository:

qemu.png?branch=master&file=qemu.png {{#varexists: link|[2]))