Skip to content

Commit

Permalink
Check in CI that example has been version updated (#167)
Browse files Browse the repository at this point in the history
* Check in CI that example has been version updated

* Update version
  • Loading branch information
ThadHouse authored Sep 1, 2023
1 parent 68d9fbf commit 1f519be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: ./gradlew build -PRunToolchainTests
- name: Publish
run: ./gradlew publishToMavenLocal
- name: Check output
run: git --no-pager diff --exit-code HEAD
- name: InstallRioTC
run: ./gradlew installRoboRioToolchain
working-directory: testing/cpp
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ tasks.register('PatchExamples') {
}

build.dependsOn PatchExamples
jar.finalizedBy PatchExamples
2 changes: 1 addition & 1 deletion testing/cpp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import edu.wpi.first.toolchain.NativePlatforms

plugins {
id "cpp"
id "edu.wpi.first.NativeUtils" version "2024.1.0"
id "edu.wpi.first.NativeUtils" version "2024.2.0"
}

nativeUtils.addWpiNativeUtils()
Expand Down

0 comments on commit 1f519be

Please sign in to comment.