1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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