mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(codeql): manual build mode w/ gradle command
This commit is contained in:
parent
fcf944f1c6
commit
503ac6cfb6
1 changed files with 4 additions and 12 deletions
16
.github/workflows/codeql.yml
vendored
16
.github/workflows/codeql.yml
vendored
|
|
@ -69,22 +69,14 @@ jobs:
|
|||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Validate Gradle wrapper
|
||||
uses: gradle/actions/wrapper-validation@v4
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'zulu'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v4
|
||||
with:
|
||||
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
|
||||
|
||||
- name: Build debug artifacts
|
||||
run: ./gradlew assembleDebug
|
||||
# - name: Build debug
|
||||
# run: ./gradlew buildDebug
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
|
@ -107,7 +99,7 @@ jobs:
|
|||
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||
- if: matrix.build-mode == 'manual'
|
||||
shell: bash
|
||||
run: wxit 0
|
||||
run: ./gradlew buildDebug
|
||||
|
||||
# run: |
|
||||
# echo 'If you are using a "manual" build mode for one or more of the' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue