aboutsummaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
blob: 048f95c000898fb8613fcd727d2f5924fad58ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
   - unittest: |
      cd seatd
      ninja -C build test
   - smoketest: |
      cd seatd
      timeout -s KILL 30s ./.builds/smoketest-seatd.sh
   - smoketest-builtin: |
      cd seatd
      timeout -s KILL 30s ./.builds/smoketest-builtin.sh