We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae700b commit aea5780Copy full SHA for aea5780
.github/workflows/github_actions_cmake-android_action.yml
@@ -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 }}
10
name: "CMake Android (Steps)"
11
description: "Android CMake build steps mirroring the Azure template"
12
inputs:
@@ -82,4 +91,4 @@ runs:
82
91
ls -la "${{ inputs.sourceDir }}/build/CMakeFiles/" || true
83
92
cat "${{ inputs.sourceDir }}/build/CMakeFiles/CMakeError.log" || true
84
93
cat "${{ inputs.sourceDir }}/build/CMakeFiles/CMakeOutput.log" || true
85
- true
94
+ true
0 commit comments