mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-03 14:45:05 +08:00
15 lines
226 B
YAML
15 lines
226 B
YAML
# https://taskfile.dev
|
|
|
|
version: "3"
|
|
|
|
tasks:
|
|
build-evo:
|
|
cmds:
|
|
- git reset --hard
|
|
- git pull
|
|
- ./img-gen.sh evo
|
|
build:
|
|
cmds:
|
|
- git reset --hard
|
|
- git pull
|
|
- ./img-gen.sh essential |