Skip to content

Commit

Permalink
Remove testing copy of gradle (#223)
Browse files Browse the repository at this point in the history
You can use just a single copy of gradle, and point the CI tests for the testing project to use the root one
  • Loading branch information
ThadHouse authored Nov 15, 2024
1 parent 3b4a83d commit f5f1051
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 340 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
- name: Check output
run: git --no-pager diff --exit-code HEAD
- name: InstallRioTC
run: ./gradlew installRoboRioToolchain
run: ../../gradlew installRoboRioToolchain
working-directory: testing/cpp
- name: InstallArm32Tc
run: ./gradlew installArm32Toolchain
run: ../../gradlew installArm32Toolchain
working-directory: testing/cpp
- name: InstallArm64Tc
run: ./gradlew installArm64Toolchain
run: ../../gradlew installArm64Toolchain
working-directory: testing/cpp
- name: Build Test
run: ./gradlew build
run: ../../gradlew build
working-directory: testing/cpp

publish:
Expand Down
Binary file removed testing/cpp/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions testing/cpp/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

240 changes: 0 additions & 240 deletions testing/cpp/gradlew

This file was deleted.

91 changes: 0 additions & 91 deletions testing/cpp/gradlew.bat

This file was deleted.

0 comments on commit f5f1051

Please sign in to comment.