Skip to content

Commit

Permalink
Comment BSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Oct 23, 2023
1 parent 06e9636 commit 49438e4
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/workflows/gearboy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,21 +83,20 @@ jobs:
with:
name: Windows binary
path: platforms/windows/release/Gearboy.exe
bsd:
name: FreeBSD
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: make
id: test
uses: vmactions/freebsd-vm@v0
with:
usesh: true
prepare: pkg install -y git gmake pkgconf SDL2 glew lang/gcc
run: |
cd platforms/bsd
gmake
# bsd:
# name: FreeBSD
# runs-on: macos-12
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - name: make
# id: test
# uses: vmactions/freebsd-vm@v0
# with:
# usesh: true
# prepare: pkg install -y git gmake pkgconf SDL2 glew lang/gcc
# run: |
# cd platforms/bsd
# gmake

0 comments on commit 49438e4

Please sign in to comment.