|
@@ -8,141 +8,141 @@ pr:
|
|
|
- master
|
|
|
|
|
|
jobs:
|
|
|
-- job: WhatsNewUpdate
|
|
|
- displayName: '1. What s New Update'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp tests-whatsnew'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Whats new'
|
|
|
- env:
|
|
|
- AZURE_PULLREQUESTID: $(System.PullRequest.PullRequestId)
|
|
|
+# - job: WhatsNewUpdate
|
|
|
+# displayName: '1. What s New Update'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp tests-whatsnew'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Whats new'
|
|
|
+# env:
|
|
|
+# AZURE_PULLREQUESTID: $(System.PullRequest.PullRequestId)
|
|
|
|
|
|
-- job: DocumentationCheck
|
|
|
- displayName: '2. Documentation Check'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp typedoc-check'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Typedoc check'
|
|
|
+# - job: DocumentationCheck
|
|
|
+# displayName: '2. Documentation Check'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp typedoc-check'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Typedoc check'
|
|
|
|
|
|
-- job: Linting
|
|
|
- displayName: '3. Linting'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp fullLint'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Full Lint'
|
|
|
+# - job: Linting
|
|
|
+# displayName: '3. Linting'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp fullLint'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Full Lint'
|
|
|
|
|
|
-- job: Build
|
|
|
- displayName: '4. Build'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp typescript-all'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Typescript all'
|
|
|
+# - job: Build
|
|
|
+# displayName: '4. Build'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp typescript-all'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Typescript all'
|
|
|
|
|
|
-- job: Tests
|
|
|
- displayName: '5. Core Tests'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp typescript-all'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Typescript all'
|
|
|
- - script: 'gulp tests-babylon-unit'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Unit Tests'
|
|
|
- - script: |
|
|
|
- export DISPLAY=:99
|
|
|
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
|
|
- sleep 3 # give xvfb some time to start
|
|
|
- gulp tests-validation-virtualscreen
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Visual Tests'
|
|
|
+# - job: Tests
|
|
|
+# displayName: '5. Core Tests'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp typescript-all'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Typescript all'
|
|
|
+# - script: 'gulp tests-babylon-unit'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Unit Tests'
|
|
|
+# - script: |
|
|
|
+# export DISPLAY=:99
|
|
|
+# Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
|
|
+# sleep 3 # give xvfb some time to start
|
|
|
+# gulp tests-validation-virtualscreen
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Visual Tests'
|
|
|
|
|
|
-- job: ModuleTests
|
|
|
- displayName: '6. Module Tests'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp typescript-all'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Typescript all'
|
|
|
- - script: 'gulp tests-modules'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Tests modules'
|
|
|
- - script: 'sudo gulp localdev-es6'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Npm link ES6'
|
|
|
- - script: 'gulp tests-es6Modules'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Tests ES6'
|
|
|
+# - job: ModuleTests
|
|
|
+# displayName: '6. Module Tests'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp typescript-all'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Typescript all'
|
|
|
+# - script: 'gulp tests-modules'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Tests modules'
|
|
|
+# - script: 'sudo gulp localdev-es6'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Npm link ES6'
|
|
|
+# - script: 'gulp tests-es6Modules'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Tests ES6'
|
|
|
|
|
|
-- job: ViewerTests
|
|
|
- displayName: '7. Viewer Tests'
|
|
|
- pool:
|
|
|
- vmImage: 'Ubuntu-16.04'
|
|
|
- demands: npm
|
|
|
- steps:
|
|
|
- - task: Npm@1
|
|
|
- displayName: 'npm install'
|
|
|
- inputs:
|
|
|
- workingDir: Tools/Gulp
|
|
|
- verbose: false
|
|
|
- - script: 'gulp typescript-all'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Typescript all'
|
|
|
- - script: 'gulp tests-viewer-unit'
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Unit Tests'
|
|
|
- - script: |
|
|
|
- export DISPLAY=:99
|
|
|
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
|
|
- sleep 3 # give xvfb some time to start
|
|
|
- gulp tests-viewer-validation-virtualscreen
|
|
|
- workingDirectory: Tools/Gulp
|
|
|
- displayName: 'Visual Tests'
|
|
|
+# - job: ViewerTests
|
|
|
+# displayName: '7. Viewer Tests'
|
|
|
+# pool:
|
|
|
+# vmImage: 'Ubuntu-16.04'
|
|
|
+# demands: npm
|
|
|
+# steps:
|
|
|
+# - task: Npm@1
|
|
|
+# displayName: 'npm install'
|
|
|
+# inputs:
|
|
|
+# workingDir: Tools/Gulp
|
|
|
+# verbose: false
|
|
|
+# - script: 'gulp typescript-all'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Typescript all'
|
|
|
+# - script: 'gulp tests-viewer-unit'
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Unit Tests'
|
|
|
+# - script: |
|
|
|
+# export DISPLAY=:99
|
|
|
+# Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
|
|
+# sleep 3 # give xvfb some time to start
|
|
|
+# gulp tests-viewer-validation-virtualscreen
|
|
|
+# workingDirectory: Tools/Gulp
|
|
|
+# displayName: 'Visual Tests'
|
|
|
|
|
|
- job: BrowserStackTests
|
|
|
displayName: '8. Browser Stack Tests'
|