.build.yml (304B) [raw]
1 # .build.yml -- builds.sr.ht CI/CD 2 image: openbsd/latest 3 sources: 4 - https://git.sr.ht/~akarle/euchre-live 5 packages: 6 - p5-Mojolicious 7 - p5-Class-Tiny 8 tasks: 9 - test: | 10 cd euchre-live 11 make test 12 triggers: 13 - action: email 14 condition: always 15 to: ci@alexkarle.com