WIP: setup Cpp workflow #116

Closed
AramJonghu wants to merge 9 commits from workflow-cpp into main
Showing only changes of commit 0ef1e94f82 - Show all commits
+13 -14
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
build-zshell: build-zshell:
runs-on: alpine runs-on: alpine
container: node:26-alpine container: archlinux:latest
steps: steps:
- name: Checkout - name: Checkout
@@ -14,23 +14,22 @@ jobs:
- name: Install tools - name: Install tools
run: | run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories pacman -Syu --noconfirm
apk update pacman -S --noconfirm \
apk add --no-cache \ base-devel \
build-base \
cmake \ cmake \
ninja \ ninja \
pkgconf \ pkgconf \
qt6-qtbase-dev \ qt6-base \
qt6-qtdeclarative-dev \ qt6-declarative \
qt6-qtshadertools-dev \ qt6-shadertools \
qt6-qttools-dev \ qt6-tools \
pipewire-dev \ pipewire \
libqalculate-dev \ libqalculate \
glib-dev \ glib2 \
aubio-dev \ aubio \
cava \
git git
apk add --no-cache cava
- name: Configure - name: Configure
run: cmake -S . -B build -G Ninja run: cmake -S . -B build -G Ninja