Skip to content

Commit

Permalink
Update azure-pipelines-master-pull.yml for Azure Pipelines [ci skip]
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
HJZollner committed Jul 21, 2021
1 parent 502f9a0 commit bdc1cc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/azure-pipelines-master-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ stages:
jobs:
- job: PRESS
steps:
- script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\1\s')); FullPRESS; quit"
displayName: 'Single Subject PRESS without Segmentation & GUI'
- script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\2\s')); FullPRESS; quit"
displayName: 'Full PRESS with Segmentation & GUI'

- stage: Stage_2
dependsOn: Stage_1
jobs:
- job: MEGA
steps:
- script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\1\s')); MEGAPRESS; quit"
displayName: 'Single Subject PRESS add Segmentation & GUI'
- script: matlab -nodisplay -wait -nosplash -batch "addpath(genpath('C:\CI-agent\_work\2\s')); MEGAPRESS; quit"
displayName: 'Full MEGA with Segmentation & GUI'

0 comments on commit bdc1cc7

Please sign in to comment.