~bmp/hayom

fbe590209039d3d4b916a84bb888d9da441b01b6 — Benjamin Pollack 7 months ago 3cc6e0c
use Justfile
2 files changed, 11 insertions(+), 2 deletions(-)

M .builds/test.yml
A Justfile
M .builds/test.yml => .builds/test.yml +3 -2
@@ 1,6 1,7 @@
image: archlinux
packages:
  - deno
  - just
sources:
  - https://git.sr.ht/~bmp/hayom
secrets:


@@ 8,7 9,7 @@ secrets:
tasks:
  - deps: |
      cd hayom
      deno task cache
      just build
  - test: |
      cd hayom
      deno task test
      just test

A Justfile => Justfile +8 -0
@@ 0,0 1,8 @@
test:
  deno task test

build:
  deno task cache
  
update:
  deno task rebuild-deps