Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
8f8d9f9d
Unverified
Commit
8f8d9f9d
authored
Feb 01, 2019
by
ιεΈ
Committed by
GitHub
Feb 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: add checkout config in azure (#3498)
parent
54678ba6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
azure-pipelines.yml
azure-pipelines.yml
+16
-6
No files found.
azure-pipelines.yml
View file @
8f8d9f9d
...
@@ -5,12 +5,10 @@
...
@@ -5,12 +5,10 @@
name
:
ant design pro
name
:
ant design pro
trigger
:
trigger
:
-
master
batch
:
true
branches
:
resources
:
exclude
:
repositories
:
-
gh-pages
-
repository
:
self
fetchDepth
:
1
jobs
:
jobs
:
-
job
:
lintAndBuild
-
job
:
lintAndBuild
...
@@ -19,6 +17,9 @@ jobs:
...
@@ -19,6 +17,9 @@ jobs:
vmImage
:
'
Ubuntu-16.04'
vmImage
:
'
Ubuntu-16.04'
steps
:
steps
:
-
checkout
:
self
fetchDepth
:
1
clean
:
false
-
script
:
yarn install
-
script
:
yarn install
displayName
:
install
displayName
:
install
-
script
:
npm run lint
-
script
:
npm run lint
...
@@ -35,6 +36,9 @@ jobs:
...
@@ -35,6 +36,9 @@ jobs:
options
:
'
-u
root'
options
:
'
-u
root'
steps
:
steps
:
-
checkout
:
self
fetchDepth
:
1
clean
:
false
-
script
:
yarn install
-
script
:
yarn install
displayName
:
install
displayName
:
install
-
script
:
npm run test:all
-
script
:
npm run test:all
...
@@ -44,6 +48,9 @@ jobs:
...
@@ -44,6 +48,9 @@ jobs:
pool
:
pool
:
vmImage
:
'
vs2017-win2016'
vmImage
:
'
vs2017-win2016'
steps
:
steps
:
-
checkout
:
self
fetchDepth
:
1
clean
:
false
-
task
:
NodeTool@0
-
task
:
NodeTool@0
inputs
:
inputs
:
versionSpec
:
'
11.x'
versionSpec
:
'
11.x'
...
@@ -58,6 +65,9 @@ jobs:
...
@@ -58,6 +65,9 @@ jobs:
pool
:
pool
:
vmImage
:
'
macOS-10.13'
vmImage
:
'
macOS-10.13'
steps
:
steps
:
-
checkout
:
self
fetchDepth
:
1
clean
:
false
-
task
:
NodeTool@0
-
task
:
NodeTool@0
inputs
:
inputs
:
versionSpec
:
'
11.x'
versionSpec
:
'
11.x'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment