ci: add .build.yml

This commit is contained in:
Simon Ser 2021-11-17 10:20:49 +01:00
parent 0980983bdc
commit bbfeb5bcbc

10
.build.yml Normal file
View file

@ -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