Skip to content

Add fallback LEADOUT_TRACK_NUMBER = 0xAA for non Win/Mac/Linux #11

Add fallback LEADOUT_TRACK_NUMBER = 0xAA for non Win/Mac/Linux

Add fallback LEADOUT_TRACK_NUMBER = 0xAA for non Win/Mac/Linux #11

Workflow file for this run

name: ci
on:
push:
branches:
- get_iplayer
paths-ignore:
- '.github/**'
- 'README.md'
pull_request:
branches:
- get_iplayer
paths-ignore:
- '.github/**'
- 'README.md'
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ${{ runner.os }}
run: |
cmake .
cmake --build . --config Release
asan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: test
run: |
cmake . -DCMAKE_BUILD_TYPE=Debug -DADDRESS_SANITIZER=ON
cmake --build .
tests/test.sh