diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..ece18ee --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: debian/sid +packages: + - pulseaudio + - tox +sources: + - https://git.sr.ht/~cnx/brutalmaze +tasks: + - init: pulseaudio --start + - lint: tox -c brutalmaze |