Skip to content

Commit aea5780

Browse files
authored
Add usage comments to CMake Android action workflow
Added usage instructions for the CMake Android action.
1 parent eae700b commit aea5780

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/github_actions_cmake-android_action.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# usage
2+
# - name: Build via composite action steps
3+
# uses: ./.github/actions/cmake-android
4+
# with:
5+
# sourceDir: .
6+
# workDir: .
7+
# cmakeArgs: ""
8+
# installCommand: "make install"
9+
# cache_restored: ${{ steps.cache.outputs.cache-hit }}
110
name: "CMake Android (Steps)"
211
description: "Android CMake build steps mirroring the Azure template"
312
inputs:
@@ -82,4 +91,4 @@ runs:
8291
ls -la "${{ inputs.sourceDir }}/build/CMakeFiles/" || true
8392
cat "${{ inputs.sourceDir }}/build/CMakeFiles/CMakeError.log" || true
8493
cat "${{ inputs.sourceDir }}/build/CMakeFiles/CMakeOutput.log" || true
85-
true
94+
true

0 commit comments

Comments
 (0)