Skip to content

The Masters School Robotics Team's 2018-2019 Robot Code (app).

License

Notifications You must be signed in to change notification settings

MastersNYEngineering/App

Repository files navigation

FTC App

The Masters School Robotics Team's 2018-2019 Robot Code (app).
This is our team's FTC app hosting our 2018-2019 code. The code is located in TeamCode/src/main/java/org/firstinspires/ftc/teamcode/

Building

To run the gradle daemon
./gradlew --backtrace
This might require sudo.

Testing

To test the build
./gradlew test
./gradlew check
This also might require sudo.

Installing

To install the debug build to the phones
./gradlew assembleDebug
./gradlew build
./gradlew installDebugAndroidTest
This also might require sudo (not 100% sure on this section just yet)

About

The Masters School Robotics Team's 2018-2019 Robot Code (app).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published