mirror of
https://github.com/QuasarApp/zip.git
synced 2025-04-28 21:34:32 +00:00
Add freebsd build (#172)
This commit is contained in:
parent
72d28abe8a
commit
ad87c52a9a
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user