mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-17 17:41:31 +08:00
Set core.autocrlf to true for Windows build
See gh-865
This commit is contained in:
@@ -27,6 +27,17 @@ resources:
|
|||||||
password: ((github-password))
|
password: ((github-password))
|
||||||
branch: ((branch))
|
branch: ((branch))
|
||||||
ignore_paths: ["ci/images/*"]
|
ignore_paths: ["ci/images/*"]
|
||||||
|
- name: git-repo-windows
|
||||||
|
type: git
|
||||||
|
source:
|
||||||
|
uri: ((github-repo))
|
||||||
|
username: ((github-username))
|
||||||
|
password: ((github-password))
|
||||||
|
branch: ((branch))
|
||||||
|
ignore_paths: ["ci/images/*"]
|
||||||
|
git_config:
|
||||||
|
- name: core.autocrlf
|
||||||
|
value: true
|
||||||
- name: git-pull-request
|
- name: git-pull-request
|
||||||
type: pull-request
|
type: pull-request
|
||||||
source:
|
source:
|
||||||
@@ -132,6 +143,7 @@ jobs:
|
|||||||
- get: 24h
|
- get: 24h
|
||||||
trigger: true
|
trigger: true
|
||||||
- get: git-repo
|
- get: git-repo
|
||||||
|
resource: git-repo-windows
|
||||||
- task: build-project
|
- task: build-project
|
||||||
tags: [WIN64]
|
tags: [WIN64]
|
||||||
file: git-repo/ci/tasks/build-project-windows.yml
|
file: git-repo/ci/tasks/build-project-windows.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user