ci: add .build.yml
This commit is contained in:
+10
@@ -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
|
||||||
Reference in New Issue
Block a user