From bbfeb5bcbc2a7d103fe7af9a1db832c6343152ab Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 17 Nov 2021 10:20:49 +0100 Subject: [PATCH] ci: add .build.yml --- .build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..5aad2b6 --- /dev/null +++ b/.build.yml @@ -0,0 +1,10 @@ +image: alpine/latest +packages: +- npm +sources: +- https://git.sr.ht/~emersion/gamja +tasks: +- setup: | + cd gamja + npm install --include=dev + npm run build