Skip to content

Commit

Permalink
Remove testing copy of gradle (#760)
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 30, 2024
1 parent 771f81f commit 4bc59cc
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1,061 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:

- name: Setup RoboRIO Toolchain
if: ${{ (matrix.language == 'cpp') || (matrix.language == 'asm') }}
run: ./gradlew installRoboRioToolchain
run: ../../gradlew installRoboRioToolchain
working-directory: testing/${{ matrix.language }}
- name: Test ${{ matrix.language }} Build
run: ./gradlew build
run: ../../gradlew build
working-directory: testing/${{ matrix.language }}

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

This file was deleted.

252 changes: 0 additions & 252 deletions testing/asm/gradlew

This file was deleted.

94 changes: 0 additions & 94 deletions testing/asm/gradlew.bat

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 4bc59cc

Please sign in to comment.