Skip to content

serial.c: force DTR serial connection flag to ON for Windows clients #404

serial.c: force DTR serial connection flag to ON for Windows clients

serial.c: force DTR serial connection flag to ON for Windows clients #404

Workflow file for this run

name: FreeBSD Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os: ["13.2"]
name: Test FreeBSD
steps:
- uses: actions/checkout@v3
- name: Install libiio dependencies of FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
release: ${{ matrix.os }}
usesh: true
prepare: |
pkg update
pkg install -y git cmake ninja libxml2 bison flex libserialport avahi doxygen graphviz
run: |
mkdir build
cd build
cmake .. -DWITH_SERIAL_BACKEND=ON
make