Skip to content

Commit

Permalink
-DcmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jun 24, 2024
1 parent ea0c2d5 commit 69098e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ steps:
inputs:
${{ if eq(parameters.buildOnly, true) }}:
script: |
call gradlew.bat testClasses
call gradlew.bat testClasses -DcmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo
call gradlew.bat cmakeCheck -x test -DcmakeBuildDir=$(Build.BinariesDirectory)\RelWithDebInfo --warning-mode all
workingDirectory: $(Build.SourcesDirectory)\java
${{ else }}:
Expand Down

0 comments on commit 69098e6

Please sign in to comment.