Skip to content

uses TTAS instead TAS #132

uses TTAS instead TAS

uses TTAS instead TAS #132

name: build ubuntu-latest
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libflac-dev libflac++-dev libpulse-dev
- name: Configure build
run: "cmake -B build
-Wno-dev"
- name: Build
run: cmake --build build
- name: Tests
run: cmake --build build --target test