oto/build_win.yaml
leedongmyung[desktop] bca1209045 test
2023-11-16 21:08:35 +09:00

26 lines
569 B
YAML

---
common:
workspace: "."
commands:
### Version 쓰기
- command: CreateAppData
param:
scm: Git
name: OTO
relativeAssetPath: assets/data
returnVersion: "<!common.version>"
returnHash: "<!common.hash>"
### 실행가능한 파일로 빌드
- command: BuildDartCompile
param:
targetDartFile: "./bin/main.dart"
buildFileName: oto_cli
### 최종 zip 파일 형태로 저장
- command: Zip
param:
zipFile: "<!common.workspace>/release/oto_win_v<!common.version>.zip"
zipList:
- "<!common.workspace>/release/oto_cli.exe"