Skip to content

[WIP] Add small test case for abstract sockets #167

[WIP] Add small test case for abstract sockets

[WIP] Add small test case for abstract sockets #167

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- run: sudo apt install libyaml-cpp-dev asciidoctor libsystemd-dev
- run: pip install meson ninja pytest
- run: meson setup build
- run: meson test -C build -v
- uses: actions/upload-artifact@v1
if: failure()
with:
name: Linux_Meson_Testlog
path: build/meson-logs/testlog.txt