.build.yml: Add SourceHut CI script

This commit is contained in:
Alan Orth 2019-04-23 16:46:29 +03:00
parent 947ec526cd
commit 480f31074d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 15 additions and 0 deletions

15
.build.yml Normal file
View File

@ -0,0 +1,15 @@
image: archlinux
packages:
- nodejs-lts-dubnium
- npm
sources:
- https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
tasks:
- setup: |
id
node -v
cd hugo-theme-bootstrap4-blog
npm install
- test: |
cd hugo-theme-bootstrap4-blog
npm run build