Skip to content

Commit

Permalink
withoutgradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 24, 2024
1 parent db320cb commit 98c6cb9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@ jobs:
name: scrcpy-server
path: release/work/build-server/server/scrcpy-server

test-build-scrcpy-server-without-gradle:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'

- name: Build scrcpy-server without gradle
run: server/build_without_gradle.sh

test-client:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 98c6cb9

Please sign in to comment.