https://github.com/lightquantumarchive/crc9018
https://github.com/lightquantumarchive/crc9018
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightquantumarchive/crc9018
- Owner: LightQuantumArchive
- Created: 2016-08-18T02:36:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T02:45:25.000Z (almost 10 years ago)
- Last Synced: 2025-03-26T22:42:59.826Z (about 1 year ago)
- Language: C++
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRC 9018
This is a **DEPRECATED** program for FRC Strongshold Competition. You should **NEVER** use this code for deploy environment.
```
cmake .
make # make your robot code
make deploy # deploy your robot code, configure team number in CMakeLists.txt
make doxygen # build doxygen docs
make ci-test # run tests, see test/
```
The ci-test target depends on Boost.Test.
The skeleton is Travis CI-ready and will automatically install the FRC toolchain, WPILib, and Boost.Test on the Travis instance. The default script is:
```
cmake .
make
make ci-test
```