Skip to content

Avoid some copies in TCP transport and reduce number of send calls #135

Avoid some copies in TCP transport and reduce number of send calls

Avoid some copies in TCP transport and reduce number of send calls #135

Workflow file for this run

name: C/C++ CI
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: cmake configure
run: cmake .
- name: cmake build
run: cmake --build .
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: cmake configure
run: cmake .
- name: cmake build
run: cmake --build .
# - name: Run Tests
# run: cd tests && ctest -VV --timeout 5