release workflow (#87)

Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: #87
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-05-08 06:19:58 +00:00 committed by crueter
parent 4661909f4c
commit c2c7b2ad8a
2 changed files with 259 additions and 9 deletions

View file

@ -5,7 +5,6 @@ name: eden-build
on:
push:
branches: [ "master" ]
tags: [ "*" ]
pull_request:
branches: [ master ]
@ -59,14 +58,6 @@ jobs:
uses: https://github.com/ilammy/msvc-dev-cmd@v1
if: ${{ matrix.target == 'msvc' }}
# - name: Install extra tools
# run: choco install ccache ninja wget cygwin
# if: ${{ matrix.target == 'msvc' }}
# - name: Install vulkan-SDK
# run: ./.ci/install-vulkan-sdk.ps1
# shell: powershell
- name: Cygwin with autoconf # NEEDED FOR LIBUSB
shell: cmd
run: |