31 lines
655 B
YAML
31 lines
655 B
YAML
---
|
|
property:
|
|
workspace: "."
|
|
|
|
commands:
|
|
### Version 쓰기
|
|
- command: CreateAppData
|
|
param:
|
|
scm: Git
|
|
name: OTO
|
|
relativeAssetPath: assets/data
|
|
return-version: "<!property.version>"
|
|
return-hash: "<!property.hash>"
|
|
|
|
### 프로젝트 패키지 업데이트
|
|
- command: BuildDart
|
|
param: {}
|
|
|
|
### 실행가능한 파일로 빌드
|
|
- command: BuildDartCompile
|
|
param:
|
|
targetDartFile: "./bin/main.dart"
|
|
buildFileName: oto
|
|
|
|
|
|
### 최종 zip 파일 형태로 저장
|
|
- command: Zip
|
|
param:
|
|
zipFile: "<!property.workspace>/release/oto_osx_v<!property.version>.zip"
|
|
zipList:
|
|
- "<!property.workspace>/release/oto_service_cli"
|