forked from CringeStudios/gamja
ci: add .build.yml
This commit is contained in:
parent
0980983bdc
commit
bbfeb5bcbc
10
.build.yml
Normal file
10
.build.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user