mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-09 08:58:42 +00:00
Dev (#93)
* feat: change selection-background-color * feat: mac need more width * feat: mac enable keymap * fix: mac full screen * fix: tool from move bug Close #78 * fix: fullscreen bug on ubuntu * feat: load keymap on ubuntu * chore: add linux build script * chore: add ubuntu build script * chore: fix build on ubuntu * fix: opengl set on application before * feat: set opengl version 2.0 * fix: build on ubuntu * chore: update workflows * feat: change covert yuv to rgb param Close #46 * docs: update todo
This commit is contained in:
parent
3f8a11d9bd
commit
16c3aa2cbb
7 changed files with 57 additions and 38 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
- '!QtScrcpy/res/**'
|
||||
- '.github/workflows/**'
|
||||
- '.github/workflows/macos.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
|
|
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
|
@ -5,11 +5,12 @@ on:
|
|||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
- '!QtScrcpy/res/**'
|
||||
- '.github/workflows/**'
|
||||
- '.github/workflows/ubuntu.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
- '!QtScrcpy/res/**'
|
||||
- '.github/workflows/ubuntu.yml'
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
@ -47,5 +48,5 @@ jobs:
|
|||
fetch-depth: 1
|
||||
- name: Build Ubuntu
|
||||
run: |
|
||||
export ENV_QT_GCC=${{env.Qt5_Dir}}
|
||||
export ENV_QT_GCC=$(pwd)/${{env.Qt5_Dir}}
|
||||
ci/linux/build_for_ubuntu.sh release
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
paths:
|
||||
- 'QtScrcpy/**'
|
||||
- '!QtScrcpy/res/**'
|
||||
- '.github/workflows/**'
|
||||
- '.github/workflows/windows.yml'
|
||||
# pull_request时触发workflow
|
||||
pull_request:
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue