All Projects → SebastianJay → unity-ci-test

SebastianJay / unity-ci-test

Licence: MIT License
Example Unity Project using TravisCI

Programming Languages

C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to unity-ci-test

Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+2457.14%)
Mutual labels:  build, travis-ci
build-status
Emacs minor mode that monitors and shows a buffer's build status in the mode line.
Stars: ✭ 26 (-25.71%)
Mutual labels:  build, travis-ci
build-stats
🏆 get the build stats for pipelines 🏆
Stars: ✭ 79 (+125.71%)
Mutual labels:  build, travis-ci
Node Build Monitor
A Build Monitor written in Node.js, which supports several build services and can be easily extended.
Stars: ✭ 336 (+860%)
Mutual labels:  build, travis-ci
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+574.29%)
Mutual labels:  build, travis-ci
floss
Unit-testing for those hard to reach places
Stars: ✭ 26 (-25.71%)
Mutual labels:  unit-testing, travis-ci
developer-ci-benefits
Talk docs—includes CI (Continuous Integration) benefits, description, and setup tips 💡💪
Stars: ✭ 29 (-17.14%)
Mutual labels:  unit-testing, travis-ci
reactcci
React create component interactive CLI
Stars: ✭ 49 (+40%)
Mutual labels:  build
webperf-dashboard
Web Performance Dashboard forked from https://github.com/boyney123/garie
Stars: ✭ 51 (+45.71%)
Mutual labels:  travis-ci
EasyUtAndroid
Android unit testing example 全面的android应用单元测试方法及案例
Stars: ✭ 21 (-40%)
Mutual labels:  unit-testing
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-62.86%)
Mutual labels:  upload
angular-karma test-explorer
vscode extension for easy angular testing and debugging
Stars: ✭ 67 (+91.43%)
Mutual labels:  unit-testing
PyroGramBot
pluggable Telegram Bot based on Pyrogram
Stars: ✭ 168 (+380%)
Mutual labels:  upload
json-snapshot.github.io
Snapshot Testing for Java
Stars: ✭ 28 (-20%)
Mutual labels:  unit-testing
UniBorg
Pluggable Telegram bot and userbot based on Telethon
Stars: ✭ 196 (+460%)
Mutual labels:  upload
platform-ststm8
ST STM8: development platform for PlatformIO
Stars: ✭ 30 (-14.29%)
Mutual labels:  build
laravel-uppy-s3-multipart-upload
Multipart Uploads using Laravel, AWS S3, and Uppy
Stars: ✭ 30 (-14.29%)
Mutual labels:  upload
xiaomi-r3g-openwrt-builder
OpenWrt builder for any supported routers using Docker. Scheduled to run weekly
Stars: ✭ 25 (-28.57%)
Mutual labels:  travis-ci
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (+71.43%)
Mutual labels:  travis-ci
Github-Search
https://medium.com/@ericntd/the-real-beginner-guide-to-android-unit-testing-3859d2f25186
Stars: ✭ 18 (-48.57%)
Mutual labels:  unit-testing

unity-ci-test Build Status

An example of continuous integration for Unity projects.

This project uses the excellent tutorial by Jonathan Porta as well as the Unity manual on the test runner to run unit tests on TravisCI and proceed to build the project. From there, the builds are uploaded to a dedicated server (using some tips from Neemzy). A cloud alternative for hosting builds is Travis's S3 addon that integrates with AWS.

Parts of this project (i.e. the build and upload) can also be accomplished through Unity Cloud Build with many fewer steps, so if build automation is all you need then check that out. That being said, Travis offers tighter control (e.g. running unit tests before the build, possibly deploying your game after the build) -- you are free to fork and customize.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].