Skip to content

Commit f5f1051

Browse files
authored
Remove testing copy of gradle (#223)
You can use just a single copy of gradle, and point the CI tests for the testing project to use the root one
1 parent 3b4a83d commit f5f1051

5 files changed

Lines changed: 4 additions & 340 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ jobs:
2121
- name: Check output
2222
run: git --no-pager diff --exit-code HEAD
2323
- name: InstallRioTC
24-
run: ./gradlew installRoboRioToolchain
24+
run: ../../gradlew installRoboRioToolchain
2525
working-directory: testing/cpp
2626
- name: InstallArm32Tc
27-
run: ./gradlew installArm32Toolchain
27+
run: ../../gradlew installArm32Toolchain
2828
working-directory: testing/cpp
2929
- name: InstallArm64Tc
30-
run: ./gradlew installArm64Toolchain
30+
run: ../../gradlew installArm64Toolchain
3131
working-directory: testing/cpp
3232
- name: Build Test
33-
run: ./gradlew build
33+
run: ../../gradlew build
3434
working-directory: testing/cpp
3535

3636
publish:
-59.3 KB
Binary file not shown.

testing/cpp/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

testing/cpp/gradlew

Lines changed: 0 additions & 240 deletions
This file was deleted.

testing/cpp/gradlew.bat

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)