tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

.build.yml (433B)


      1 image: archlinux
      2 packages:
      3   - bazelisk
      4   - base-devel
      5   - cmake
      6   - clang
      7   - lld
      8   - pkgconf
      9   - sqlite
     10   - wayland
     11   - wayland-protocols
     12   - mpd
     13   - libmpdclient
     14 
     15 sources:
     16   - https://git.sr.ht/~mtmn/tools
     17 
     18 secrets:
     19   - d35c9cc0-f505-4a60-be0b-44a89fc5e856
     20 
     21 environment:
     22   GIT_URL: "https://git.sr.ht/~mtmn/tools"
     23 
     24 tasks:
     25   - build: |
     26       cd tools
     27       bazelisk build //...
     28   - test: |
     29       cd tools
     30       bazelisk test //...