mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-28 21:26:35 +00:00
feat: version config
This commit is contained in:
parent
5fa671c933
commit
4f91b57aa2
6 changed files with 38 additions and 9 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -42,7 +42,9 @@ jobs:
|
|||
- name: Build MacOS
|
||||
env:
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: ci/mac/build_for_mac.sh release
|
||||
run: |
|
||||
python ci\generate-version.py
|
||||
ci/mac/build_for_mac.sh release
|
||||
# 获取ref最后一个/后的内容
|
||||
- name: Get the version
|
||||
shell: bash
|
||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -45,4 +45,6 @@ jobs:
|
|||
- name: Build Ubuntu
|
||||
env:
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: ci/linux/build_for_ubuntu.sh release
|
||||
run: |
|
||||
python ci\generate-version.py
|
||||
ci/linux/build_for_ubuntu.sh release
|
||||
|
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
@ -71,6 +71,7 @@ jobs:
|
|||
ENV_VCVARSALL: ${{ env.vcvarsall-path }}
|
||||
ENV_QT_PATH: ${{ env.qt-install-path }}
|
||||
run: |
|
||||
call python ci\generate-version.py
|
||||
call "ci\win\build_for_win.bat" release ${{ matrix.msvc-arch }}
|
||||
# 获取ref最后一个/后的内容
|
||||
- name: Get the version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue