Test build_without_gradle.sh in GitHub Actions
Build the server without gradle to make sure that the script works. PR #5515 <https://github.com/Genymobile/scrcpy/pull/5515>
This commit is contained in:
parent
a7efb180b9
commit
6f9520f3e2
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@ -51,6 +51,21 @@ jobs:
|
|||||||
name: scrcpy-server
|
name: scrcpy-server
|
||||||
path: release/work/build-server/server/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:
|
test-client:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user