PCAPdroid/.github/workflows/debug-build.yml
topminipie c7931a2744
Update actions (#406)
* Update debug-build.yml

* Update gradle-wrapper-validation.yml

* Update gradle-wrapper-validation.yml

* Update native-tests.yml

* Update windows-build.yml
2024-02-10 11:19:41 +01:00

21 lines
419 B
YAML

name: Debug build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/playstore'
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- run: ./gradlew test
- run: ./gradlew assembleDebug -PdoNotStrip