mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
Update build-qv2ray.yml
This commit is contained in:
parent
0b15bf64ff
commit
3c49692a66
4
.github/workflows/build-qv2ray.yml
vendored
4
.github/workflows/build-qv2ray.yml
vendored
@ -211,12 +211,12 @@ jobs:
|
|||||||
qmake .. CONFIG+=no_increase_build_number
|
qmake .. CONFIG+=no_increase_build_number
|
||||||
# -------------------------------------------------------- Build
|
# -------------------------------------------------------- Build
|
||||||
- name: Cross-platform - ${{ matrix.qt_version }} - Build Qv2ray
|
- name: Cross-platform - ${{ matrix.qt_version }} - Build Qv2ray
|
||||||
shell: bash
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
nmake
|
nmake
|
||||||
# -------------------------------------------------------- Deployments
|
# -------------------------------------------------------- Deployments
|
||||||
- name: Win64 - ${{ matrix.qt_version }} - Copying DLLs to build output folders
|
- name: Win32 - ${{ matrix.qt_version }} - Copying DLLs to build output folders
|
||||||
run: .\.github\workflows\copy_DLLs.bat
|
run: .\.github\workflows\copy_DLLs.bat
|
||||||
- name: Win32 - ${{ matrix.qt_version }} - Running windeployqt
|
- name: Win32 - ${{ matrix.qt_version }} - Running windeployqt
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user