From 13ffb6663b3acd9bff29ecbdb9b94d188ac035db Mon Sep 17 00:00:00 2001 From: Jason Staten Date: Sun, 3 Nov 2019 21:01:54 -0700 Subject: [PATCH] chore(build): add sourcehut build --- .build.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..4b34d23 --- /dev/null +++ b/.build.yml @@ -0,0 +1,17 @@ +image: archlinux +packages: + - nodejs-n + - yarn +sources: + - https://git.sr.ht/~statianzo/angularjs-testing-library +tasks: + - setup: | + n stable + cd angularjs-testing-library + yarn + - test: | + cd angularjs-testing-library + yarn test + - build: | + cd angularjs-testing-library + yarn run build