Skip to content

Commit

Permalink
Restore Build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sebavan committed Jun 6, 2020
1 parent dbd05dc commit 95635ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 89 deletions.
64 changes: 0 additions & 64 deletions .travis.yml

This file was deleted.

8 changes: 1 addition & 7 deletions Tools/Gulp/tasks/gulpTasks-libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,4 @@ gulp.task("core-workers", buildExternalLibraries(config["core"], true));
/**
* Build all libs.
*/
gulp.task("typescript-libraries", gulp.series(config.modules));


/**
* Build viewer libs temp until fix.
*/
gulp.task("typescript-viewer-libraries", gulp.series(["typescript-libraries"], config.viewerModules));
gulp.task("typescript-libraries", gulp.series(config.modules, config.viewerModules));
21 changes: 3 additions & 18 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,23 +174,8 @@ jobs:
testRunner: JUnit
testResultsFiles: '.temp/testResults/ModuleTestsWebpack.xml'

- job: ViewerBuild
displayName: '8. Viewer Build'
pool:
vmImage: 'Ubuntu-16.04'
demands: npm
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
workingDir: Tools/Gulp
verbose: false
- script: 'gulp typescript-viewer-libraries --max-old-space-size=8192'
workingDirectory: Tools/Gulp
displayName: 'Typescript all'

- job: ViewerTests
displayName: '9. Viewer Tests'
displayName: '8. Viewer Tests'
pool:
vmImage: 'Ubuntu-16.04'
demands: npm
Expand All @@ -200,7 +185,7 @@ jobs:
inputs:
workingDir: Tools/Gulp
verbose: false
- script: 'gulp typescript-viewer-libraries --max-old-space-size=8192'
- script: 'gulp typescript-all --max-old-space-size=8192'
workingDirectory: Tools/Gulp
displayName: 'Typescript all'
- script: 'gulp tests-viewer-unit --max-old-space-size=8192'
Expand All @@ -222,4 +207,4 @@ jobs:
condition: succeededOrFailed()
inputs:
testRunner: JUnit
testResultsFiles: '.temp/testResults/ViewerValidationTests.xml'
testResultsFiles: '.temp/testResults/ViewerValidationTests.xml'

0 comments on commit 95635ce

Please sign in to comment.