Test
This commit is contained in:
parent
7ed4933897
commit
bc2182cce9
@ -12,6 +12,10 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Installing Dependencies
|
||||||
|
run: |
|
||||||
|
sudo pacman -S --noconfirm zip alsa-lib libxcb xcb-util-cursor
|
||||||
|
|
||||||
- name: Building/Compiling Project
|
- name: Building/Compiling Project
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
@ -19,7 +23,7 @@ jobs:
|
|||||||
cmake --build . --config Debug
|
cmake --build . --config Debug
|
||||||
|
|
||||||
- name: Zipping Binaries
|
- name: Zipping Binaries
|
||||||
run: zip ehs-linux-amd64.zip libEHS.a StrToHash
|
run: zip ehs-linux-x86_64.zip libEHS.a StrToHash
|
||||||
|
|
||||||
- uses: https://github.com/actions/setup-go@v4
|
- uses: https://github.com/actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
@ -30,7 +34,7 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
ehs-linux-amd64.zip
|
ehs-linux-x86_64.zip
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
|
||||||
Linux-AARCH64-Build:
|
Linux-AARCH64-Build:
|
||||||
|
Loading…
Reference in New Issue
Block a user