mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-03 06:36:32 +08:00
20 lines
295 B
YAML
20 lines
295 B
YAML
# https://taskfile.dev
|
|
|
|
version: "3"
|
|
|
|
tasks:
|
|
build-img:
|
|
cmds:
|
|
- git pull
|
|
- ./img-gen.sh
|
|
|
|
build-img-s:
|
|
cmds:
|
|
- git pull
|
|
- ./img-gen-s.sh
|
|
|
|
compile-kpatch:
|
|
dir: kpatch
|
|
cmds:
|
|
- make clean all
|
|
- mv kpatch ../files/board/arc/overlayfs/opt/arc/ |