WIP: setup Cpp workflow #116
@@ -9,13 +9,14 @@ jobs:
|
|||||||
container: archlinux:latest
|
container: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install node & git
|
||||||
|
run: pacman -Syu --noconfirm nodejs git
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install tools
|
- name: Install build tools
|
||||||
run: |
|
run: pacman -S --noconfirm \
|
||||||
pacman -Syu --noconfirm
|
|
||||||
pacman -S --noconfirm \
|
|
||||||
base-devel \
|
base-devel \
|
||||||
cmake \
|
cmake \
|
||||||
ninja \
|
ninja \
|
||||||
@@ -28,8 +29,7 @@ jobs:
|
|||||||
libqalculate \
|
libqalculate \
|
||||||
glib2 \
|
glib2 \
|
||||||
aubio \
|
aubio \
|
||||||
cava \
|
cava
|
||||||
git
|
|
||||||
|
|
||||||
- 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