diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml new file mode 100644 index 00000000..456cfa8a --- /dev/null +++ b/.github/workflows/manual.yml @@ -0,0 +1,18 @@ +name: Build on FreeBSD + +on: [push, pull_request] + +jobs: + build: + runs-on: macos-latest + name: A job to run test FreeBSD + steps: + - uses: actions/checkout@v2 + - name: Test in FreeBSD + id: test + uses: vmactions/freebsd-vm@v0.0.9 + with: + usesh: true + prepare: pkg install -y make boost-libs ssl miniupnpc + run: | + make USE_UPNP=yes -j3