Skip to content

finished feature double click on Album (#253) #96

finished feature double click on Album (#253)

finished feature double click on Album (#253) #96

Workflow file for this run

name: FreeBSD
on: [ push, pull_request ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: Build
uses: cross-platform-actions/action@v0.24.0
with:
operating_system: freebsd
architecture: x86-64
version: '13.2'
shell: bash
run: |
sudo pkg install -y cmake git qt6-base qt6-svg
cmake . -DCMAKE_BUILD_TYPE=Release -DUSE_TESTS=ON -DUSE_LTO=ON
cmake --build . --config Release
./lib/test/spotify-qt-lib-test
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: spotify-qt
path: ./spotify-qt