18 lines
280 B
YAML
18 lines
280 B
YAML
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"
|