Skip to content

Commit

Permalink
CI: Temporarily disable FreeBSD SDL3 task.
Browse files Browse the repository at this point in the history
Ports is updated, but it hasn't propagated yet:

https://www.freshports.org/devel/sdl3
  • Loading branch information
flibitijibibo committed Jan 27, 2025
1 parent 02446a4 commit 4124430
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -477,20 +477,20 @@ jobs:
- name: Build (Release)
run: cmake --build release

freebsd-SDL3:
name: FreeBSD (SDL3)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
version: '14.2'
run: |
sudo pkg update
sudo pkg install -y cmake ninja sdl3
cmake -B build -G Ninja . -DBUILD_SDL3=ON
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
# freebsd-SDL3:
# name: FreeBSD (SDL3)
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: true
# - name: Build
# uses: cross-platform-actions/[email protected]
# with:
# operating_system: freebsd
# version: '14.2'
# run: |
# sudo pkg update
# sudo pkg install -y cmake ninja sdl3
# cmake -B build -G Ninja . -DBUILD_SDL3=ON
# cmake --build build --verbose -- -j`sysctl -n hw.ncpu`

0 comments on commit 4124430

Please sign in to comment.