mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-02-17 19:40:15 -05:00
ci: add .build.yml
This commit is contained in:
parent
0980983bdc
commit
bbfeb5bcbc
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue