Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b1c9b67

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
Add initial content for the analyzer --use-cfe builders.
Change-Id: Ic44cb58bcf664d244c510b52800eaebfbef9b391 Reviewed-on: https://dart-review.googlesource.com/67580 Commit-Queue: Devon Carew <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 373ed6b commit b1c9b67

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

tools/bots/test_matrix.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,33 @@
18441844
}
18451845
]
18461846
},
1847+
{
1848+
"builders": [
1849+
"analyzer-use-cfe-linux",
1850+
"analyzer-use-cfe-mac",
1851+
"analyzer-use-cfe-win"
1852+
],
1853+
"meta": {
1854+
"description": "The configuration used by the analyzer builders running --use-cfe."
1855+
},
1856+
"steps": [
1857+
{
1858+
"name": "build dart",
1859+
"script": "tools/build.py",
1860+
"arguments": ["create_sdk"]
1861+
},
1862+
{
1863+
"name": "analyze pkg/analyzer_cli --use-cfe",
1864+
"script": "out/ReleaseX64/dart-sdk/bin/dart",
1865+
"arguments": [
1866+
"pkg/analyzer_cli/bin/analyzer.dart",
1867+
"--fatal-warnings",
1868+
"--use-cfe",
1869+
"pkg/analyzer_cli"
1870+
]
1871+
}
1872+
]
1873+
},
18471874
{
18481875
"builders": ["analyzer-analysis-server-linux"],
18491876
"meta": {

0 commit comments

Comments
 (0)