Skip to content

Commit

Permalink
Disable FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 27, 2022
1 parent 0774470 commit 49be68d
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,18 @@ jobs:
shell: cmd
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
# TODO: FreeBSD build is broken
# 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 49be68d

Please sign in to comment.