os

An operating system
git clone https://erai.gay/code/os/
Log | Files | Refs | README | LICENSE

.build.yml (307B)


      1 ---
      2 image: archlinux
      3 packages: []
      4 sources:
      5   - https://git.sr.ht/~erai/os
      6 tasks:
      7   - bootstrap: "cd os && time ./bootstrap.sh"
      8   - build: "cd os && time ./build.sh"
      9   - test: "cd os && time ./test.sh"
     10   - cloc: "cd os && ./cloc.sh"
     11 triggers:
     12   - action: email
     13     condition: always
     14     to: erai@omiltem.net