WIP: setup Cpp workflow #116
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user