Skip to content

Commit d7733a6

Browse files
committedJan 31, 2021
Updated config.yml
1 parent 128a8e5 commit d7733a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- checkout
1515
- run: bash dash/scripts/dash-ci.sh Release
16-
- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
16+
#- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
1717
- run:
1818
command: bash dash/scripts/circleci/collect-artifacts.sh
1919
when: always
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- checkout
3838
- run: bash dash/scripts/dash-ci.sh Release
39-
- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
39+
#- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
4040
- run:
4141
command: bash dash/scripts/circleci/collect-artifacts.sh
4242
when: always
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- checkout
6161
- run: bash dash/scripts/dash-ci.sh Release
62-
- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
62+
#- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
6363
- run:
6464
command: bash dash/scripts/circleci/collect-artifacts.sh
6565
when: always
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
- checkout
8383
- run: bash dash/scripts/dash-ci.sh Release
84-
- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
84+
#- run: bash -c 'export DART_FORCE_C_STD=99; dash/scripts/dash-ci.sh Minimal'
8585
- run:
8686
command: bash dash/scripts/circleci/collect-artifacts.sh
8787
when: always

0 commit comments

Comments
 (0)
Please sign in to comment.