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 36da0d6adb - Show all commits
+3 -1
View File
@@ -10,7 +10,9 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y --no-install-recommends gcc cmake libzstd-dev
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gcc cmake libzstd-dev
- name: Configure
run: cmake -B build -S .