Skip to content

Only disable sorting while loading tracks #56

Only disable sorting while loading tracks

Only disable sorting while loading tracks #56

Workflow file for this run

name: FreeBSD
on: [ push, pull_request ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
uses: cross-platform-actions/[email protected]
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@v3
with:
name: spotify-qt
path: ./spotify-qt