Improve development experience

1. Add installation tasks
2. Export CMake symbols for clangd
This commit is contained in:
JingMatrix
2025-11-02 10:54:28 +01:00
parent 67d35caf3c
commit ad81149700
3 changed files with 91 additions and 8 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ jobs:
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew --parallel assembleRelease assembleDebug --stacktrace
./gradlew --parallel zipRelease zipDebug --stacktrace
- name: Prepare artifact
if: success()
@@ -128,4 +128,4 @@ jobs:
if [[ "${{ job.status }}" == "success" ]]; then
echo "- **Release Artifact**: ${{ steps.prepareArtifact.outputs.releaseName }}" >> $GITHUB_STEP_SUMMARY
echo "- **Debug Artifact**: ${{ steps.prepareArtifact.outputs.debugName }}" >> $GITHUB_STEP_SUMMARY
fi
fi