diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-14 10:53:07 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-14 10:59:10 +0700 |
commit | 1aa1b5cbd1457365ad6a9cf0b1e20440d31d009e (patch) | |
tree | ff87cd3ea55f745859439c179ebb48ff59f14cb7 | |
parent | 12b798ac0058fefeb315f98f5385d96ccb322faa (diff) | |
download | brutalmaze-1aa1b5cbd1457365ad6a9cf0b1e20440d31d009e.tar.gz |
Employ builds.sr.ht
-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 |