Files
SimpleDrums/.gitea/workflows/linux.yml
Simon Pribylski d690fa7bf2
Some checks failed
Linux arm64 / Build (push) Failing after 21s
mieux
2024-09-28 21:52:40 +00:00

24 lines
567 B
YAML

name: Linux arm64
run-name: Build And Test
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: 🧾 Check out
uses: actions/checkout@v3
with:
submodules: "recursive"
- name: 🏗️ Build
run: |
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build
- name: 🚀 Upload
uses: actions/upload-artifact@v4
with:
name: SimpleDrum_Linux_arm64.vst3
path: ${{ github.workspace }}/build/SimpleDrum_artefacts/Release/VST3/SimpleDrum.vst3