Skip to content

fix typo in conditional include stopping stdint.h from being included #39

fix typo in conditional include stopping stdint.h from being included

fix typo in conditional include stopping stdint.h from being included #39

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: