Skip to content

Commit

Permalink
Added FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-jonsson committed Oct 5, 2024
1 parent 9f706cf commit 59b9ab7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,25 @@ jobs:
# env:
# BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
# run: if [[ $GITHUB_REF_NAME =~ ^(edge|release)$ ]]; then ./tools/package/itch/push.sh; fi

freebsd-build:
runs-on: ubuntu-latest
name: Build (FreeBSD AMD64)
env:
VXT_VERSION: 1.1.0
steps:
- uses: actions/checkout@v4
- name: Test and Build
uses: vmactions/freebsd-vm@v1
with:
envs: VXT_VERSION
usesh: true
copyback: false
prepare: |
pkg install -y premake5 gmake sdl2-2
run: |
git config --global --add safe.directory $(pwd)
premake5 --test gmake
gmake clean test
premake5 gmake
gmake clean sdl2-frontend

0 comments on commit 59b9ab7

Please sign in to comment.