Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ewpratten/frc-ci
- Owner: ewpratten
- License: mit
- Created: 2018-07-28T17:41:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T19:29:27.000Z (over 6 years ago)
- Last Synced: 2024-10-09T18:41:46.731Z (about 1 month ago)
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FRC-CI
CI for the 2019+ FRC GradleRIO build systemSetting 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++**