Skip to content

add ID for new Bluetooth variant of spacemouse wireless #34

add ID for new Bluetooth variant of spacemouse wireless

add ID for new Bluetooth variant of spacemouse wireless #34

Workflow file for this run

name: FreeBSD build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: FreeBSD build
uses: vmactions/freebsd-vm@v1
with:
prepare: |
pkg install -y git gmake libX11 libXi libXtst
run: |
./configure
gmake
gmake DESTDIR=spacenavd-freebsd install
- uses: actions/upload-artifact@v4
with:
name: spacenavd-freebsd
path: spacenavd-freebsd
# vi:ts=2 sts=2 sw=2 expandtab: