Skip to content

Commit

Permalink
ci: stop using sr.ht
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
  • Loading branch information
yshui committed Jun 24, 2024
1 parent ae73f45 commit dc221d0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .builds/freebsd.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: freebsd
on: push

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1
with:
operating_system: freebsd
version: '14.1'
shell: bash
run: |
sudo pkg_add libev libxcb meson pkgconf cmake xcb-util-renderutil xcb-util-image pixman uthash libconfig libglvnd libepoxy dbus pcre
CPPFLAGS="-I/usr/local/include" meson setup -Dunittest=true --werror build
ninja -C build
ninja -C build test
File renamed without changes.

0 comments on commit dc221d0

Please sign in to comment.