forked from OpenIPC/msposd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8abb831
commit 328d33e
Showing
10 changed files
with
101 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: Build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
tags: | ||
- '*' | ||
pull_request: | ||
branches: | ||
- master | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Build | ||
run: | | ||
sudo apt-get update | ||
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo apt-get -y install git make wget gcc libevent-dev libcsfml-dev file g++ cpio unzip rsync bc bzip2 | ||
./build.sh goke | ||
./build.sh hisi | ||
./build.sh star6b0 | ||
./build.sh star6e | ||
./build.sh x86 | ||
- name: Upload binary | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: build-results | ||
path: | | ||
msposd_goke | ||
msposd_hisi | ||
msposd_star6b0 | ||
msposd_star6e | ||
msposd_x86 | ||
- name: Versioned release | ||
if: startsWith(github.ref, 'refs/tags/') | ||
uses: softprops/action-gh-release@v2 | ||
with: | ||
files: | | ||
msposd_goke | ||
msposd_hisi | ||
msposd_star6b0 | ||
msposd_star6e | ||
msposd_x86 | ||
- name: Upload latest | ||
if: github.event_name != 'pull_request' && startsWith(github.ref, 'main') | ||
uses: softprops/action-gh-release@v2 | ||
with: | ||
tag_name: latest | ||
files: | | ||
msposd_goke | ||
msposd_hisi | ||
msposd_star6b0 | ||
msposd_star6e | ||
msposd_x86 |
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 |
---|---|---|
|
@@ -5,4 +5,8 @@ toolchain/ | |
majestic.yaml | ||
/msposd | ||
firmware/ | ||
|
||
msposd_goke | ||
msposd_hisi | ||
msposd_star6b0 | ||
msposd_star6e | ||
msposd_x86 |
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.