git.dumitru.net fructose / master .build.yml
master

Tree @master (Download .tar.gz)

.build.yml @masterraw · history · blame

image: alpine/edge
packages:
  - nodejs
  - npm
sources:
  - https://git.sr.ht/~dumitru/fructose
tasks:
  - install: |
      cd fructose
      npm install
  - build_dist: |
      cd fructose
      npx tsc
  - test: |
      cd fructose
      CI=true npx jest