Skip to content

Commit

Permalink
Add FreeBSD CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
herrhotzenplotz committed Nov 27, 2020
1 parent dc8bddd commit 6f17353
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,17 @@ jobs:
- name: build sowon
run: |
./build_msvc.bat
build-freebsd:
runs-on: macos-latest
name: FreeBSD LLVM Clang build
steps:
- uses: actions/checkout@v2
- name: Build on FreeBSD
id: build
uses: vmactions/[email protected]
with:
usesh: true
prepare: pkg install -y sdl2 pkgconf
run: |
freebsd-version
make

0 comments on commit 6f17353

Please sign in to comment.