1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-13 07:57:02 +01:00

.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

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