-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from alexballas/devel
v1.13.0
- Loading branch information
Showing
32 changed files
with
1,164 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,16 +16,16 @@ jobs: | |
- uses: WillAbides/[email protected] | ||
id: setup-go-faster | ||
with: | ||
go-version: "1.17.9" | ||
go-version: "*" | ||
|
||
- name: Install fyne | ||
run: go get fyne.io/fyne/v2/cmd/fyne | ||
run: go install fyne.io/fyne/v2/cmd/fyne@latest | ||
|
||
- name: Download Android SDK | ||
run: wget https://dl.google.com/android/repository/android-ndk-r23b-linux.zip && unzip android-ndk-r23b-linux.zip | ||
|
||
- name: Package (Android) | ||
run: cd cmd/go2tv && GO386='softfloat' ANDROID_NDK_HOME=../../android-ndk-r22b fyne package -os android -name Go2TV -appID com.alexballas.go2tv -icon ../../assets/go2tv-icon.png && mv Go2TV.apk ../../ | ||
run: APATH=$(readlink -e android-ndk-r23b) && cd cmd/go2tv && GO386='softfloat' ANDROID_NDK_HOME=$APATH fyne package -os android -name Go2TV -appID com.alexballas.go2tv -icon ../../assets/go2tv-icon.png && mv Go2TV.apk ../../ | ||
|
||
- uses: actions/upload-artifact@v2 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: WillAbides/[email protected] | ||
id: setup-go-faster | ||
with: | ||
go-version: "1.17.9" | ||
go-version: "*" | ||
|
||
- name: Get dependencies | ||
run: sudo apt update && sudo apt install xorg-dev | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
- uses: WillAbides/[email protected] | ||
id: setup-go-faster | ||
with: | ||
go-version: "1.17.9" | ||
go-version: "*" | ||
|
||
- name: Install fyne | ||
run: go get fyne.io/fyne/v2/cmd/fyne | ||
run: go install fyne.io/fyne/v2/cmd/fyne@latest | ||
|
||
- name: Package (macOS) | ||
run: cd cmd/go2tv && fyne package --release -os darwin -icon ../../assets/go2tv-icon.png && mv go2tv.app ../../ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- uses: WillAbides/[email protected] | ||
id: setup-go-faster | ||
with: | ||
go-version: "1.17.9" | ||
go-version: "*" | ||
|
||
- name: Get dependencies | ||
run: sudo apt update && sudo apt install gcc xorg-dev gcc-mingw-w64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.