Skip to content

Commit 4d01907

Browse files
committed
ci : re-enable freeBDS-latest job
This commit re-enables the freeBSD-latest job in the build.yml file. This will probably fail as now changes have been made but I'd like to see the error before settning up an virtual machine to test it locally.
1 parent e17af65 commit 4d01907

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -200,23 +200,23 @@ jobs:
200200
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu)
201201
202202
203-
# freeBSD-latest:
204-
# runs-on: macos-12
205-
#
206-
# steps:
207-
# - name: Clone
208-
# uses: actions/checkout@v4
209-
#
210-
# - name: Build
211-
# uses: cross-platform-actions/action@v0.24.0
212-
# with:
213-
# operating_system: freebsd
214-
# version: '13.3'
215-
# run: |
216-
# sudo pkg update
217-
# sudo pkg install -y gmake sdl2 cmake
218-
# cmake -B build
219-
# cmake --build build --config Release
203+
freeBSD-latest:
204+
runs-on: macos-12
205+
206+
steps:
207+
- name: Clone
208+
uses: actions/checkout@v4
209+
210+
- name: Build
211+
uses: cross-platform-actions/action@v0.24.0
212+
with:
213+
operating_system: freebsd
214+
version: '13.3'
215+
run: |
216+
sudo pkg update
217+
sudo pkg install -y gmake sdl2 cmake
218+
cmake -B build
219+
cmake --build build --config Release
220220
221221
ubuntu-22-gcc:
222222
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' ||

0 commit comments

Comments
 (0)