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