INACTIVE - http://mzl.la/ghe-archive - Sample taskcluster-github-enabled project to demo .taskcluster.yml configuration
Перейти к файлу
Selena Deckelmann 6944a6971b Merge pull request #8 from owlishDeveloper/patch-2
Update README.md
2017-02-08 09:09:03 -08:00
.taskcluster.yml Adding push to the events tc-github monitors 2016-06-01 11:34:27 -07:00
Dockerfile Sample of unit tests for a rust project 2016-05-31 13:32:58 -07:00
LICENSE.txt Update license to be MPL 2.0 2016-05-31 13:53:45 -07:00
README.md Update README.md 2017-02-08 09:29:27 -05:00
checkout-pull-request Adding local checkout command, fixing .taskcluster.yml 2016-06-01 11:08:27 -07:00
unit_test.rs Sample of unit tests for a rust project 2016-05-31 13:32:58 -07:00

README.md

This is a simple demo of running tests for rust using a docker image from docker hub.

Unit test code came from http://rustbyexample.com/meta/test.html

Notes on deploying:

== Steps to set up a new repo