Add freebsd build (#172)

This commit is contained in:
Kuba Podgórski 2021-03-08 21:11:24 +01:00 committed by GitHub
parent 72d28abe8a
commit ad87c52a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,21 @@ jobs:
- name: Test - name: Test
run: ctest -VV run: ctest -VV
freebsd:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
uses: vmactions/freebsd-vm@v0.1.2
with:
usesh: true
prepare: pkg install -y cmake tree lang/gcc
run: |
cmake .
cmake --build .
tree -sha .
ctest -VV
windows-msvc: windows-msvc:
runs-on: "windows-latest" runs-on: "windows-latest"
steps: steps: