Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.53 KB

README.md

File metadata and controls

33 lines (22 loc) · 2.53 KB

StormRobotics2018

2018 development code for FIRST Power Up

Build Status FOSSA Status

Coverity Scan

SonarCloud Status SonarCloud Maintainability SonarCloud Security SonarCloud Reliability SonarCloud Bugs SonarCloud Vulnerabilities SonarCloud Code Smells

Cloning

This repository only contains the source code and relevant java packages. Everything else must be built using gradle according to the following commands:

  • gradlew idea will generate IDE files for IntelliJ IDEA (java)
  • gradlew eclipse will generate IDE files for Eclipse (java)
  • It is possible you will need to run sudo chmod +x gradlew if permission is denied

Building and Deploying

  • gradlew build will build your robot Code
  • gradlew deploy will build and deploy your code.

License

FOSSA Status