Skip to content

Commit

Permalink
Merge pull request #61 from GeoTecINIT/ci-split
Browse files Browse the repository at this point in the history
ci: split demo build and test phases
  • Loading branch information
agonper authored Sep 21, 2022
2 parents 52fd4f1 + 4f64fe0 commit 29222dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ steps:
npm start @awarns.build-all
displayName: 'Build'
- script: |
npm start apps.demo.build-android
displayName: 'Build demo'
- script: |
./ci-tools/wait-for-emulator.sh
npm start android-test-ci
Expand Down
4 changes: 4 additions & 0 deletions tools/workspace-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ module.exports = {
script: 'nx run demo:clean',
description: '⚆ Clean 🧹',
},
'build-android': {
script: 'nx run demo:build --platform=android --production=false --uglify=false --release=false',
description: '⚆ Run Android 🤖',
},
ios: {
script: 'nx run demo:ios --parallel=false',
description: '⚆ Run iOS ',
Expand Down

0 comments on commit 29222dd

Please sign in to comment.