Commit Diff


commit - be0cdd0b559cad8d2cd2fe34c4e5dc35b971070e
commit + ecc9a96dbe929655120bb1f91ce775558b74b648
blob - 1e6b2f84e6ad766c312dc284898e3cb1c1ce9d1e (mode 644)
blob + /dev/null
--- .build.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-image: archlinux
-packages:
-  - bazelisk
-  - base-devel
-  - cmake
-  - clang
-  - lld
-  - pkgconf
-  - sqlite
-  - wayland
-  - wayland-protocols
-  - mpd
-  - libmpdclient
-
-sources:
-  - https://git.sr.ht/~mtmn/tools
-
-secrets:
-  - d35c9cc0-f505-4a60-be0b-44a89fc5e856
-
-environment:
-  GIT_URL: "https://git.sr.ht/~mtmn/tools"
-
-tasks:
-  - build: |
-      cd tools
-      bazelisk build //...
-  - test: |
-      cd tools
-      bazelisk test //...