1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for "linux" 1`] = `
6 className="big-spacer-top display-block"
8 onboarding.tutorial.with.azure_pipelines.os
14 optionLabelKey="onboarding.build.other.os"
23 <AlertClassicEditor />
25 className="list-styled big-spacer-top"
28 <SentenceWithHighlights
34 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
35 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
39 className="list-styled"
42 <SentenceWithHighlights
48 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix"
49 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
52 snippet="curl 'http://localhost/static/cpp/build-wrapper-linux-x86.zip' --output build-wrapper.zip
53 unzip build-wrapper.zip"
58 <SentenceWithHighlights
65 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
66 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
69 <PrepareAnalysisCommand
72 projectKey="projectKey"
75 <SentenceWithHighlights
81 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
85 className="list-styled"
88 <SentenceWithHighlights
94 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
97 snippet="./build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir <output directory> make clean all"
102 <SentenceWithHighlights
109 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
110 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
113 <Connect(withAppState(PublishSteps)) />
118 exports[`should render correctly for "mac" 1`] = `
121 className="big-spacer-top display-block"
123 onboarding.tutorial.with.azure_pipelines.os
129 optionLabelKey="onboarding.build.other.os"
138 <AlertClassicEditor />
140 className="list-styled big-spacer-top"
143 <SentenceWithHighlights
149 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
150 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
154 className="list-styled"
157 <SentenceWithHighlights
163 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix"
164 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
167 snippet="curl 'http://localhost/static/cpp/build-wrapper-macosx-x86.zip' --output build-wrapper.zip
168 unzip build-wrapper.zip"
173 <SentenceWithHighlights
180 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
181 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
184 <PrepareAnalysisCommand
187 projectKey="projectKey"
190 <SentenceWithHighlights
196 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
200 className="list-styled"
203 <SentenceWithHighlights
209 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
212 snippet="./build-wrapper-macos-x86/build-wrapper-macos-x86 --out-dir <output directory> xcodebuild -project myproject.xcodeproj -configuration Release clean build"
217 <SentenceWithHighlights
224 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
225 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
228 <Connect(withAppState(PublishSteps)) />
233 exports[`should render correctly for "win" 1`] = `
236 className="big-spacer-top display-block"
238 onboarding.tutorial.with.azure_pipelines.os
244 optionLabelKey="onboarding.build.other.os"
253 <AlertClassicEditor />
255 className="list-styled big-spacer-top"
258 <SentenceWithHighlights
264 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
265 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
269 className="list-styled"
272 <SentenceWithHighlights
278 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.win"
279 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
282 snippet="Invoke-WebRequest -Uri 'http://localhost/static/cpp/build-wrapper-win-x86.zip' -OutFile 'build-wrapper.zip'
283 Expand-Archive -Path 'build-wrapper.zip' -DestinationPath '.'"
288 <SentenceWithHighlights
295 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
296 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
299 <PrepareAnalysisCommand
302 projectKey="projectKey"
305 <SentenceWithHighlights
311 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
315 className="list-styled"
318 <SentenceWithHighlights
324 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
327 snippet="build-wrapper-win-x86/build-wrapper-win-x86-64.exe --out-dir <output directory> MSBuild.exe /t:Rebuild"
332 <SentenceWithHighlights
339 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
340 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
343 <Connect(withAppState(PublishSteps)) />