Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewpratten/frc-ci

CI for the 2019 FRC GradleRIO build system
https://github.com/ewpratten/frc-ci

Last synced: 1 day ago
JSON representation

CI for the 2019 FRC GradleRIO build system

Awesome Lists containing this project

README

        

# FRC-CI
CI for the 2019+ FRC GradleRIO build system

Setting up CI for your code is easy! Just:
- Clone this repo
- Make a folder in the root of your repo called `.circleci`
- Copy `.circleci/config.yml` to the same location in your repo
- Enable the project in CircleCI
- Done!

## Warning!
**Only Tested with C++**