]> ruderich.org/simon Gitweb - safcm/safcm.git/blob - .builds/archlinux.yml
Makefile: add lint target to run shellcheck
[safcm/safcm.git] / .builds / archlinux.yml
1 image: archlinux
2 packages:
3   - go
4   - shellcheck
5 tasks:
6   - all: |
7       cd safcm
8       ./ci/run
9       # Also run all tests as root
10       sudo chown -Rh root:root ..
11       sudo ./ci/run