File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1010 MW_DIAGNOSTIC_DEST : file
1111 MW_DIAGNOSTIC_SPEC : cppmicroservices::framework.*=all;install.*=all;
1212 MW_VERBOSE_HTTPCLIENT_CORE : 1
13+ MW_BATCH_LICENSING_ONLINE : true # testing online validation, can remove when this becomes the default
1314 steps :
1415 - checkout
1516 - matlab/install :
Original file line number Diff line number Diff line change 88 pull_request :
99 workflow_dispatch :
1010
11+ env :
12+ MW_BATCH_LICENSING_ONLINE : true # testing online validation, can remove when this becomes the default
13+
1114jobs :
1215 build-v1 :
1316 strategy :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ variables:
55 MW_DIAGNOSTIC_DEST : file
66 MW_DIAGNOSTIC_SPEC : cppmicroservices::framework.*=all;install.*=all;
77 MW_VERBOSE_HTTPCLIENT_CORE : 1
8+ MW_BATCH_LICENSING_ONLINE : true # testing online validation, can remove when this becomes the default
89steps :
910 - task : InstallMATLAB@1
1011 inputs :
You can’t perform that action at this time.
0 commit comments