Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
7238a1e8
Unverified
Commit
7238a1e8
authored
Aug 31, 2018
by
David Staheli
Committed by
GitHub
Aug 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .vsts-ci.yml
parent
40c3a974
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
28 deletions
+24
-28
.vsts-ci.yml
+24
-28
No files found.
.vsts-ci.yml
View file @
7238a1e8
...
...
@@ -5,11 +5,11 @@ trigger:
-
master
-
maint/*
phase
s
:
-
phase
:
linux_trusty_gcc_openssl
job
s
:
-
job
:
linux_trusty_gcc_openssl
displayName
:
'
Linux
(Trusty;
GCC;
OpenSSL)'
queue
:
name
:
'
Hosted
Linux
Preview
'
pool
:
vmImage
:
'
Ubuntu
16.04
'
steps
:
-
task
:
Docker@0
displayName
:
Build
...
...
@@ -37,10 +37,10 @@ phases:
containerCommand
:
'
/src/ci/test.sh'
detached
:
false
-
phase
:
linux_trusty_gcc_mbedtls
-
job
:
linux_trusty_gcc_mbedtls
displayName
:
'
Linux
(Trusty;
GCC;
mbedTLS)'
queue
:
name
:
'
Hosted
Linux
Preview
'
pool
:
vmImage
:
'
Ubuntu
16.04
'
steps
:
-
task
:
Docker@0
displayName
:
Build
...
...
@@ -70,10 +70,10 @@ phases:
containerCommand
:
'
/src/ci/test.sh'
detached
:
false
-
phase
:
linux_trusty_clang_openssl
-
job
:
linux_trusty_clang_openssl
displayName
:
'
Linux
(Trusty;
Clang;
OpenSSL)'
queue
:
name
:
'
Hosted
Linux
Preview
'
pool
:
vmImage
:
'
Ubuntu
16.04
'
steps
:
-
task
:
Docker@0
displayName
:
Build
...
...
@@ -101,10 +101,10 @@ phases:
containerCommand
:
'
/src/ci/test.sh'
detached
:
false
-
phase
:
linux_trusty_clang_mbedtls
-
job
:
linux_trusty_clang_mbedtls
displayName
:
'
Linux
(Trusty;
Clang;
mbedTLS)'
queue
:
name
:
'
Hosted
Linux
Preview
'
pool
:
vmImage
:
'
Ubuntu
16.04
'
steps
:
-
task
:
Docker@0
displayName
:
Build
...
...
@@ -134,10 +134,10 @@ phases:
containerCommand
:
'
/src/ci/test.sh'
detached
:
false
-
phase
:
macos
-
job
:
macos
displayName
:
'
macOS'
queue
:
name
:
'
Hosted
macOS
Preview
'
pool
:
vmImage
:
'
macOS
10.13
'
steps
:
-
bash
:
. '$(Build.SourcesDirectory)/ci/setup-osx.sh'
displayName
:
Setup
...
...
@@ -151,10 +151,9 @@ phases:
TMPDIR
:
$(Agent.TempDirectory)
LEAK_CHECK
:
leaks
-
phase
:
windows_vs_amd64
-
job
:
windows_vs_amd64
displayName
:
'
Windows
(Visual
Studio;
amd64)'
queue
:
name
:
Hosted
pool
:
Hosted
steps
:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\build.ps1'
displayName
:
Build
...
...
@@ -163,10 +162,9 @@ phases:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\test.ps1'
displayName
:
Test
-
phase
:
windows_vs_x86
-
job
:
windows_vs_x86
displayName
:
'
Windows
(Visual
Studio;
x86)'
queue
:
name
:
Hosted
pool
:
Hosted
steps
:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\build.ps1'
displayName
:
Build
...
...
@@ -175,10 +173,9 @@ phases:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\test.ps1'
displayName
:
Test
-
phase
:
windows_mingw_amd64
-
job
:
windows_mingw_amd64
displayName
:
'
Windows
(MinGW;
amd64)'
queue
:
name
:
Hosted
pool
:
Hosted
steps
:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\setup-mingw.ps1'
displayName
:
Setup
...
...
@@ -193,10 +190,9 @@ phases:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\test.ps1'
displayName
:
Test
-
phase
:
windows_mingw_x86
-
job
:
windows_mingw_x86
displayName
:
'
Windows
(MinGW;
x86)'
queue
:
name
:
Hosted
pool
:
Hosted
steps
:
-
powershell
:
. '$(Build.SourcesDirectory)\ci\setup-mingw.ps1'
displayName
:
Setup
...
...
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