diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-01 16:14:35 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-01 16:53:44 +0200 |
commit | 9f5fcec874f69635c81a3750da4bf6f093fdb1e3 (patch) | |
tree | 8c217d60d1708d54e75f601ce950c4982b6bbed4 /.builds | |
parent | 509e64a3412985c85f9f58bd2b53434f056cf4c0 (diff) |
ci: Add Alpine/FreeBSD builtin smoketest
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 3 | ||||
-rw-r--r-- | .builds/freebsd.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 0075534..331eda6 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -20,6 +20,9 @@ tasks: - smoketest: | cd seatd timeout -s KILL 30s ./.builds/smoketest-seatd.sh + - smoketest-builtin: | + cd seatd + timeout -s KILL 30s ./.builds/smoketest-builtin.sh - check-format: | cd seatd ninja -C build clang-format diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 3516c5c..944c85d 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -13,3 +13,6 @@ tasks: - smoketest: | cd seatd timeout -s KILL 30s ./.builds/smoketest-seatd.sh + - smoketest-builtin: | + cd seatd + timeout -s KILL 30s ./.builds/smoketest-builtin.sh |