try CI on tangled.org
This commit is contained in:
17
.tangled/workflows/build.yml
Normal file
17
.tangled/workflows/build.yml
Normal 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"
|
||||
Reference in New Issue
Block a user