Skip to content

Commit

Permalink
Try building something with FreeBSD 14.0 qemu action
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed May 27, 2024
1 parent 25ea924 commit 71c28d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,25 @@ jobs:
run: .build\build.ps1 -GTestPath C:\vcpkg\installed\x64-windows
- name: unittest
run: .build\run-unittest.ps1
freebsd_14_0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run in FreeBSD
uses: vmactions/freebsd-vm@v1
with:
release: "14.0"
usesh: true
prepare: |
pkg install -y curl
run: |
pwd
ls -lah
whoami
env
freebsd-version
c++ --version
gcc --version
clang++ --version
pkg info

0 comments on commit 71c28d3

Please sign in to comment.