mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update Build.yml
This commit is contained in:
parent
d2aacdca60
commit
190228b17f
6
.github/workflows/Build.yml
vendored
6
.github/workflows/Build.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
||||
|
||||
- name: '📦 Create Installer'
|
||||
run: |
|
||||
cqtdeployer -bin serial-studio -icon serial-studio deploy/linux/serial-studio.svg -qmldir="${{env.QML_DIR_NIX}}" qif -qifLogo doc/artwork/icon.png
|
||||
cqtdeployer -bin serial-studio -icon deploy/linux/serial-studio.svg -qmldir="${{env.QML_DIR_NIX}}" qif -qifLogo doc/artwork/icon.png
|
||||
cd DistributionKit
|
||||
mv "*.run" "${{env.EXECUTABLE}}-${{env.VERSION}}-Linux.run"
|
||||
|
||||
@ -88,6 +88,7 @@ jobs:
|
||||
|
||||
# macOS build
|
||||
build-mac:
|
||||
if: ${{ false }}
|
||||
runs-on: macos-latest
|
||||
name: '🍎 macOS'
|
||||
steps:
|
||||
@ -135,6 +136,7 @@ jobs:
|
||||
|
||||
# Windows build
|
||||
build-windows:
|
||||
if: ${{ false }}
|
||||
runs-on: windows-latest
|
||||
name: '🧊 Windows'
|
||||
steps:
|
||||
@ -203,6 +205,7 @@ jobs:
|
||||
|
||||
# Windows MSYS2 build
|
||||
msys2-makepkg:
|
||||
if: ${{ false }}
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -254,6 +257,7 @@ jobs:
|
||||
|
||||
# Test Windows MSYS2 packages
|
||||
msys2-test:
|
||||
if: ${{ false }}
|
||||
needs: msys2-makepkg
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user