Skip to content

set timer for RACK reorder window and RTO instead of polling #624

set timer for RACK reorder window and RTO instead of polling

set timer for RACK reorder window and RTO instead of polling #624

Workflow file for this run

name: Build Status (CMake)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: cmake -S . -B build
- run: cmake --build build
- run: ctest --verbose --build-config Debug
working-directory: build/test