diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-08-08 14:59:50 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-08-08 14:59:50 +0200 |
commit | 24e2fc78619506b94280971292880a02414f2d8d (patch) | |
tree | 9c4040c664188a0293fcd2bb4da04604db1901bf | |
parent | b312fbfb5ec60524ae74332d5f17cb74fa43fa39 (diff) |
ci: Install scdoc for alpine and archlinux
-rw-r--r-- | .builds/alpine.yml | 1 | ||||
-rw-r--r-- | .builds/archlinux.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 2eed589..e048494 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -4,6 +4,7 @@ packages: - linux-headers - clang - clang-analyzer + - scdoc sources: - https://git.sr.ht/~kennylevinsen/seatd tasks: diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index c9dfd24..4d8cf63 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -4,6 +4,7 @@ packages: - linux-headers - clang - clang-analyzer + - scdoc sources: - https://git.sr.ht/~kennylevinsen/seatd tasks: |