Update .gitea/workflows/build_sd2psx.yml
This commit is contained in:
parent
175f6f149d
commit
f9796d3186
@ -7,13 +7,14 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Install Dependencies
|
||||
run: apt update && apt install -y git cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib clangd git python3-venv
|
||||
|
||||
- name: Clone Repository
|
||||
run: |
|
||||
git clone --recursive --depth=1 https://github.com/sd2psXtd/firmware .
|
||||
|
||||
- name: Install Dependencies
|
||||
run: apt update && apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib clangd git python3-venv
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DDEBUG_USB_UART:BOOL=OFF -DVARIANT:STRING=SD2PSX -DDEBUG_STARTUP_DELAY=0 -G "Unix Makefiles"
|
||||
@ -35,7 +36,7 @@ jobs:
|
||||
- name: Create Release
|
||||
uses: gitea/actions/create-release@v1
|
||||
with:
|
||||
token: "${{ secrets.GITEA_TOKEN }}"
|
||||
token: "${{ secrets.STHOPEGIT_TOKEN }}"
|
||||
prerelease: false
|
||||
tag_name: "v6.6.6"
|
||||
title: "v6.6.6"
|
||||
|
Loading…
x
Reference in New Issue
Block a user