mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
20 lines
281 B
YAML
20 lines
281 B
YAML
# https://taskfile.dev
|
|
|
|
version: '3'
|
|
|
|
tasks:
|
|
build-img:
|
|
cmds:
|
|
- ./img-gen.sh
|
|
|
|
build-docker-img:
|
|
dir: docker
|
|
cmds:
|
|
- ./build.sh
|
|
|
|
compile-kpatch:
|
|
dir: kpatch
|
|
cmds:
|
|
- make clean all
|
|
- mv kpatch ../files/board/arpl/overlayfs/opt/arpl/
|