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 cc7c19c commit 6c67da0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/gearcoleco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@ jobs:
with:
name: Windows binary
path: platforms/windows/release/Gearcoleco.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 6c67da0

Please sign in to comment.