Update Build.yml

This commit is contained in:
Alex Spataru 2021-09-30 22:16:28 -05:00 committed by GitHub
parent d2aacdca60
commit 190228b17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: