Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/build-for-bsd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build for Free BSD 14.2
name: Build for Free BSD 15.1

on:
push:
Expand All @@ -16,17 +16,18 @@ jobs:
submodules: true

- name: Configure, build and test libbase through CMake.
uses: cross-platform-actions/action@v0.26.0
uses: cross-platform-actions/action@v1.3.0
with:
operating_system: freebsd
version: '14.2'
version: '15.1'
run: |
sudo sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
sudo pkg install -y \
devel/bison \
devel/cmake-core \
devel/pkgconf \
graphics/cairo

cmake -B build/ -Dconfig_WERROR=ON
cmake --build build/
ctest --test-dir build/ --build-run-dir build/ -V
2 changes: 1 addition & 1 deletion .github/workflows/build-for-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
iwyu \
libcairo2-dev \
libncurses-dev

- name: Checkout code.
uses: actions/checkout@v3

Expand Down
Loading