Skip to content

Commit bcd8633

Browse files
authored
Add env var to test online validation (#51)
1 parent cdf81f1 commit bcd8633

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
MW_DIAGNOSTIC_DEST: file
2929
MW_DIAGNOSTIC_SPEC: cppmicroservices::framework.*=all;install.*=all;
3030
MW_VERBOSE_HTTPCLIENT_CORE: 1
31+
MW_BATCH_LICENSING_ONLINE: true # testing online validation, can remove when this becomes the default
3132
steps:
3233
- checkout
3334
- matlab/install:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
MW_DIAGNOSTIC_DEST: file
2323
MW_DIAGNOSTIC_SPEC: cppmicroservices::framework.*=all;install.*=all;
2424
MW_VERBOSE_HTTPCLIENT_CORE: 1
25+
MW_BATCH_LICENSING_ONLINE: true # testing online validation, can remove when this becomes the default
2526

2627
steps:
2728
- name: Check out repository

azure-pipelines-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
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
- task: InstallMATLAB@1
1516
inputs:

0 commit comments

Comments
 (0)