Skip to content

[MXCHIP] fix disconnect notify, [TODO]except pipe kicked out for dupl… #24

[MXCHIP] fix disconnect notify, [TODO]except pipe kicked out for dupl…

[MXCHIP] fix disconnect notify, [TODO]except pipe kicked out for dupl… #24

Workflow file for this run

name: linux
on: [push, pull_request]
jobs:
build:
name: build
runs-on: [ ubuntu-latest ]
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Install mbedTLS
run: sudo apt-get install libmbedtls-dev
- name: Install ninja
run: sudo apt-get install ninja-build
- name: Configure
run: mkdir build && cd build && cmake -G Ninja -D NNG_ENABLE_TLS=ON ..
- name: Build
run: cd build && ninja
- name: Test
run: cd build && ctest --output-on-failure