21 Commits

Author SHA1 Message Date
2073d11fca ca
All checks were successful
Linux arm64 / Build (push) Successful in 2m27s
2024-09-29 11:28:41 +00:00
caa081601b Update .gitea/workflows/linux_amd64.yml
All checks were successful
Linux arm64 / Build (push) Successful in 2m27s
2024-09-29 11:25:09 +00:00
96eae5a08d correct
Some checks failed
Linux arm64 / Build (push) Has been cancelled
2024-09-29 11:24:10 +00:00
bfbc1e11fa test cross
Some checks failed
Linux arm64 / Build (push) Has been cancelled
2024-09-29 11:21:45 +00:00
8709350cb6 Update .gitea/workflows/linux_arm.yml
All checks were successful
Linux arm64 / Build (push) Successful in 2m26s
2024-09-29 11:17:13 +00:00
f7dbf0c1ab include name
All checks were successful
Linux arm64 / Build (push) Successful in 2m27s
2024-09-29 11:12:02 +00:00
1723d9c437 3
All checks were successful
Linux arm64 / Build (push) Successful in 2m25s
2024-09-28 22:45:23 +00:00
12c3e3e6af oui oui
Some checks failed
Linux arm64 / Build (push) Failing after 2m27s
2024-09-28 22:38:57 +00:00
e994abeb9f sdl
All checks were successful
Linux arm64 / Build (push) Successful in 2m27s
2024-09-28 22:35:11 +00:00
c2e43e38d9 Update .gitea/workflows/linux.yml
Some checks failed
Linux arm64 / Build (push) Failing after 2m4s
2024-09-28 22:32:57 +00:00
7efb6e2693 cinema
Some checks failed
Linux arm64 / Build (push) Failing after 31s
2024-09-28 22:29:45 +00:00
07d11da9b9 pain
Some checks failed
Linux arm64 / Build (push) Failing after 31s
2024-09-28 22:28:23 +00:00
b8271defbe man
Some checks failed
Linux arm64 / Build (push) Failing after 31s
2024-09-28 22:26:45 +00:00
265990514f comon
Some checks failed
Linux arm64 / Build (push) Failing after 31s
2024-09-29 00:25:05 +02:00
0606fb568f cmaaaaaaaaake
Some checks failed
Linux arm64 / Build (push) Failing after 11s
2024-09-29 00:23:42 +02:00
4ec541cdc7 xmake root
Some checks failed
Linux arm64 / Build (push) Failing after 13s
2024-09-29 00:21:57 +02:00
7c8c795b71 xmake power
Some checks failed
Linux arm64 / Build (push) Failing after 13s
2024-09-29 00:20:33 +02:00
d690fa7bf2 mieux
Some checks failed
Linux arm64 / Build (push) Failing after 21s
2024-09-28 21:52:40 +00:00
ca1067f276 yes 2024-09-28 21:52:10 +00:00
05b2f01b0d rien 2024-09-28 21:51:30 +00:00
42aad1059c add ci 2024-09-28 23:50:15 +02:00
3 changed files with 80 additions and 11 deletions

View File

@@ -0,0 +1,41 @@
name: Linux arm64
run-name: Build And Test
on: [push]
env:
XMAKE_ROOT: "y"
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: 🧾 Check out
uses: actions/checkout@v3
with:
submodules: "recursive"
- name: 🤖 Install Cmake
run: |
apt update
apt install cmake crossbuild-essential-arm64 -y
- name: 🍗 Setup XMake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'xmake-ubuntu'
- name: 🏗️ Build
run: |
xmake f -m release -p linux -a x86_64 -v --trybuild=cmake
xmake require -v -j 10 --extra={system=false} -y libsdl
echo "caca"
xmake
- name: 🚀 Upload
uses: actions/upload-artifact@v3
with:
name: SimpleDrum_Linux_amd64.vst3
path: ${{ github.workspace }}/build/SimpleDrum_artefacts/VST3/

View File

@@ -0,0 +1,39 @@
name: Linux arm64
run-name: Build And Test
on: [push]
env:
XMAKE_ROOT: "y"
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: 🧾 Check out
uses: actions/checkout@v3
with:
submodules: "recursive"
- name: 🤖 Install Cmake
run: |
apt update
apt install cmake libsdl2-dev -y
- name: 🍗 Setup XMake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: latest
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'xmake-ubuntu'
- name: 🏗️ Build
run: |
xmake f -m release --trybuild=cmake
xmake
- name: 🚀 Upload
uses: actions/upload-artifact@v3
with:
name: SimpleDrum_Linux_arm64.vst3
path: ${{ github.workspace }}/build/SimpleDrum_artefacts/VST3/

View File

@@ -1,11 +0,0 @@
# SimpleDrums
Simple VST plugin to add drums to your music ! 🥁
## Build ⚙️
```bash
mkdir build
cd build
cmake ..
```