try CI on tangled.org

This commit is contained in:
2026-02-28 22:07:08 -08:00
parent ea7ba4ea40
commit c26b283899
3 changed files with 30 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
when:
- event: ["push", "manual"]
branch: ["main"]
engine: "nixery"
dependencies:
nixpkgs:
- nodejs
- gnumake
- diffutils
- findutils
- git
- time
steps:
- name: "build newt"
command: "make newt3.js"
- name: "test"
command: "make test"