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 - name: Install tools
run: | run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories
apk update
apk add --no-cache \ apk add --no-cache \
build-base \ build-base \
cmake \ cmake \
@@ -28,7 +30,7 @@ jobs:
glib-dev \ glib-dev \
aubio-dev \ aubio-dev \
git git
apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cava apk add --no-cache cava
- name: Configure - name: Configure
run: cmake -S . -B build -G Ninja run: cmake -S . -B build -G Ninja