Skip to content

Commit fbb9f73

Browse files
authored
Add env var to test online validation (#50)
1 parent 77cc841 commit fbb9f73

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.circleci/config.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
- checkout
1516
- matlab/install:

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
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+
1114
jobs:
1215
build-v1:
1316
strategy:

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
89
steps:
910
- task: InstallMATLAB@1
1011
inputs:

0 commit comments

Comments
 (0)