update build workflows to simplify, -tags migrated_fynedo for appimage

This commit is contained in:
Drew Weymouth
2025-03-30 14:00:45 -07:00
parent fa2e998ef6
commit cc70257445
7 changed files with 3 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev desktop-file-utils
- name: Build
run: go build
run: make build
- name: make appimage
run: |
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev desktop-file-utils libmfx1 libdvdnav4
- name: Build
run: go build
run: make build
- name: make appimage
run: |
-3
View File
@@ -31,9 +31,6 @@ jobs:
- name: Setup path
run: export C_INCLUDE_PATH=/usr/local/include:/opt/homebrew/include:$C_INCLUDE_PATH && export LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib:$LIBRARY_PATH
- name: Build
run: CGO_CFLAGS="-I/usr/local/include -I/opt/homebrew/include" CGO_LDFLAGS="-L/usr/local/lib -L/opt/homebrew/lib" go build
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
+1 -4
View File
@@ -31,13 +31,10 @@ jobs:
- name: Setup path
run: export C_INCLUDE_PATH=/usr/local/include:/opt/homebrew/include:$C_INCLUDE_PATH && export LIBRARY_PATH=/usr/local/lib:/opt/homebrew/lib:$LIBRARY_PATH
- name: Build
run: CGO_CFLAGS="-I/usr/local/include -I/opt/homebrew/include" CGO_LDFLAGS="-L/usr/local/lib -L/opt/homebrew/lib" go build
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
- name: Package app bundles
- name: Build and package app bundles
run: >
make package_macos &&
cp -r Supersonic.app Supersonic.app.2 &&
-3
View File
@@ -23,9 +23,6 @@ jobs:
- name: Install dependencies
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: Build
run: go build
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
-3
View File
@@ -23,9 +23,6 @@ jobs:
- name: Install dependencies
run: sudo apt update && sudo apt install libmpv-dev gcc libegl1-mesa-dev xorg-dev
- name: Build
run: go build
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest
-3
View File
@@ -36,9 +36,6 @@ jobs:
pacman -Syu &&
pacman --noconfirm -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-mpv
- name: Build
run: go build
- name: Install Fyne tool
run: go install fyne.io/fyne/v2/cmd/fyne@latest