]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - .builds/freebsd.yml
Makefile: add lint target to run shellcheck
[safcm/safcm.git] / .builds / freebsd.yml
index 1a96cb62a24a33112a7f3d92f1564c2ad6cbb689..6ede0f83a4b054671a14e337016b7f279f35f2a5 100644 (file)
@@ -2,8 +2,12 @@ image: freebsd/latest
 packages:
   - go
   - gmake
+  - hs-shellcheck
 tasks:
   - all: |
       sudo ln -sf /usr/local/bin/gmake /usr/bin/make
       cd safcm
       ./ci/run
+      # Also run all tests as root
+      sudo chown -Rh root:wheel ..
+      sudo ./ci/run