34 lines
558 B
YAML
34 lines
558 B
YAML
---
|
|
property:
|
|
workspace: .
|
|
|
|
pipeline:
|
|
id: main
|
|
workflow:
|
|
- exe: createApp
|
|
- exe: shell
|
|
- exe: buildDart
|
|
|
|
commands:
|
|
### Version 쓰기
|
|
- command: CreateAppData
|
|
id: createApp
|
|
param:
|
|
scm: Git
|
|
name: OTO
|
|
relativeAssetPath: assets/data
|
|
setVersion: <@property.version>
|
|
setHash: <@property.hash>
|
|
|
|
- command: Shell
|
|
id: shell
|
|
param:
|
|
commands:
|
|
- source ~/.bash_profile
|
|
|
|
### 실행가능한 파일로 빌드
|
|
- command: BuildDartCompile
|
|
id: buildDart
|
|
param:
|
|
targetDartFile: "./bin/main.dart"
|
|
buildFileName: oto
|