arc/Taskfile.yaml

20 lines
281 B
YAML
Raw Permalink Normal View History

2022-07-01 23:57:55 +07:00
# https://taskfile.dev
version: "3"
2022-07-01 23:57:55 +07:00
tasks:
build-img-n:
2022-07-01 23:57:55 +07:00
cmds:
- git pull
- ./img-gen-n.sh
2022-07-01 23:57:55 +07:00
build-img-s:
cmds:
- git pull
- ./img-gen-s.sh
compile-kpatch:
dir: kpatch
2022-07-01 23:57:55 +07:00
cmds:
- make clean all
- mv kpatch ../files/p3/system/