Skip to content

add_iface: check interface name is set #242

add_iface: check interface name is set

add_iface: check interface name is set #242

Workflow file for this run

name: freebsd
on:
pull_request:
types: [ opened, reopened, synchronize ]
workflow_dispatch:
branches: [ master ]
push:
branches: [ master ]
jobs:
freebsd:
runs-on: [ self-hosted, freebsd-do ]
steps:
- name: FreeBSD-13.0 build test
run: |
git clone https://github.com/nemuTUI/nemu
cd nemu
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
git checkout ${{ github.head_ref }}
fi
mkdir build && cd build
cmake ../ -DNM_WITH_DBUS=ON -DNM_WITH_REMOTE=ON
make