oto/build_win.yaml
2023-11-05 18:03:16 +09:00

30 lines
640 B
YAML

---
common:
workspace: "."
commands:
### Version 쓰기
- command: CreateAppData
param:
scm: Git
name: OTO
relativeAssetPath: assets/data
returnVersion: "<!common.version>"
returnHash: "<!common.hash>"
### 프로젝트 패키지 업데이트
- command: BuildDart
param: {}
### 실행가능한 파일로 빌드
- 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"