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
6d9b1f08
Unverified
Commit
6d9b1f08
authored
Sep 02, 2018
by
Edward Thomson
Committed by
GitHub
Sep 02, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4791 from DavidStaheli/users/davidstaheli/vsts-yaml
Update VSTS YAML files with the latest syntax
parents
7edc1c87
7238a1e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
32 deletions
+28
-32
.vsts-ci.yml
+24
-28
.vsts-nightly.yml
+4
-4
No files found.
.vsts-ci.yml
View file @
6d9b1f08
...
...
@@ -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
...
...
.vsts-nightly.yml
View file @
6d9b1f08
resources
:
-
repo
:
self
phase
s
:
-
phase
:
coverity
job
s
:
-
job
:
coverity
displayName
:
'
Coverity'
queue
:
name
:
'
Hosted
Linux
Preview
'
pool
:
vmImage
:
'
Ubuntu
16.04
'
steps
:
-
task
:
Docker@0
displayName
:
Build
...
...
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