WIP: setup Cpp workflow #116

Closed
AramJonghu wants to merge 9 commits from workflow-cpp into main
Showing only changes of commit 5551ec1b54 - Show all commits
+3 -1
View File
@@ -14,6 +14,8 @@ jobs:
- name: Install tools
run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
apk update
apk add --no-cache \
build-base \
cmake \
@@ -28,7 +30,7 @@ jobs:
glib-dev \
aubio-dev \
git
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cava
apk add --no-cache cava
- name: Configure
run: cmake -S . -B build -G Ninja