ci: Add FreeBSD
This commit is contained in:
parent
56947d530e
commit
2462284dc5
1 changed files with 15 additions and 0 deletions
15
.builds/freebsd.yml
Normal file
15
.builds/freebsd.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
image: freebsd/latest
|
||||
packages:
|
||||
- meson
|
||||
sources:
|
||||
- https://git.sr.ht/~kennylevinsen/seatd
|
||||
tasks:
|
||||
- prepare: |
|
||||
cd seatd
|
||||
meson build -Dseatd=enabled -Dbuiltin=enabled -Dlogind=disabled
|
||||
- build: |
|
||||
cd seatd
|
||||
ninja -C build
|
||||
- smoketest: |
|
||||
cd seatd
|
||||
timeout -s KILL 30s ./.builds/smoketest-seatd.sh
|
Loading…
Add table
Add a link
Reference in a new issue