10 lines
155 B
YAML
10 lines
155 B
YAML
|
init:
|
||
|
- git config --global core.autocrlf input
|
||
|
build_script:
|
||
|
- cmd: build.cmd
|
||
|
test: off
|
||
|
version: 0.0.1.{build}
|
||
|
artifacts:
|
||
|
- path: bin
|
||
|
name: bin
|