ci: add build and unit test pipeline #17

Merged
TapTap merged 9 commits from actions into main 2026-07-18 15:52:07 +02:00
Showing only changes of commit e7087d518b - Show all commits
+1 -3
View File
@@ -10,9 +10,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc cmake libzstd-dev
run: sudo apt-get install -y --no-install-recommends gcc cmake libzstd-dev
- name: Configure
run: cmake -B build -S .