From 480f31074da2990ec1ce8a01088755d21332ef8a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 23 Apr 2019 16:46:29 +0300 Subject: [PATCH] .build.yml: Add SourceHut CI script --- .build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..91c1730 --- /dev/null +++ b/.build.yml @@ -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