commit 2fa737b31d2dd8075ff94874600cb1537faaa11f parent 6e533b3f21e265b4b08132b67ed128195488a057 Author: Virgil Dupras <hsoft@hardcoded.net> Date: Sat, 4 Jun 2022 15:40:18 -0400 Add build manifest Diffstat:
A | .build.yml | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -0,0 +1,13 @@ +image: debian/stable +arch: amd64 +packages: + - nasm + - python3 + - build-essential +tasks: + - build: | + cd duskos + make + - test: | + cd duskos + make test