mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-12 23:43:42 +01:00
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