Skip to content

Refactor Seeking Into a New SeekContainer + Allow Seeking for Music Player #1169

Refactor Seeking Into a New SeekContainer + Allow Seeking for Music Player

Refactor Seeking Into a New SeekContainer + Allow Seeking for Music Player #1169

Workflow file for this run

on: [push, pull_request]
name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build-linux:
name: Build (Linux)
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: install dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: build
run: dotnet publish fluXis.Desktop
build-windows:
name: Build (Windows)
runs-on: windows-2022
timeout-minutes: 20
steps:
- name: checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: install dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: build
run: dotnet build fluXis.Desktop