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
49 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix"
50 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
53 snippet="curl 'http://localhost/static/cpp/build-wrapper-linux-x86.zip' --output build-wrapper.zip
54 unzip build-wrapper.zip"
59 <SentenceWithHighlights
66 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
67 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
70 <PrepareAnalysisCommand
73 projectKey="projectKey"
76 <SentenceWithHighlights
82 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
86 className="list-styled"
89 <SentenceWithHighlights
95 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
98 snippet="./build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-output <your build command here>"
104 <SentenceWithHighlights
111 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
112 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
115 <Connect(withAppState(PublishSteps)) />
120 exports[`should render correctly for "mac" 1`] = `
123 className="big-spacer-top display-block"
125 onboarding.tutorial.with.azure_pipelines.os
131 optionLabelKey="onboarding.build.other.os"
140 <AlertClassicEditor />
142 className="list-styled big-spacer-top"
145 <SentenceWithHighlights
151 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
152 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
156 className="list-styled"
159 <SentenceWithHighlights
166 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix"
167 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
170 snippet="curl 'http://localhost/static/cpp/build-wrapper-macosx-x86.zip' --output build-wrapper.zip
171 unzip build-wrapper.zip"
176 <SentenceWithHighlights
183 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
184 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
187 <PrepareAnalysisCommand
190 projectKey="projectKey"
193 <SentenceWithHighlights
199 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
203 className="list-styled"
206 <SentenceWithHighlights
212 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
215 snippet="./build-wrapper-macos-x86/build-wrapper-macos-x86 --out-dir bw-output <your build command here>"
221 <SentenceWithHighlights
228 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
229 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
232 <Connect(withAppState(PublishSteps)) />
237 exports[`should render correctly for "win" 1`] = `
240 className="big-spacer-top display-block"
242 onboarding.tutorial.with.azure_pipelines.os
248 optionLabelKey="onboarding.build.other.os"
257 <AlertClassicEditor />
259 className="list-styled big-spacer-top"
262 <SentenceWithHighlights
268 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
269 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
273 className="list-styled"
276 <SentenceWithHighlights
283 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.win"
284 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
287 snippet="Invoke-WebRequest -Uri 'http://localhost/static/cpp/build-wrapper-win-x86.zip' -OutFile 'build-wrapper.zip'
288 Expand-Archive -Path 'build-wrapper.zip' -DestinationPath '.'"
293 <SentenceWithHighlights
300 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
301 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
304 <PrepareAnalysisCommand
307 projectKey="projectKey"
310 <SentenceWithHighlights
316 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
320 className="list-styled"
323 <SentenceWithHighlights
329 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
332 snippet="build-wrapper-win-x86/build-wrapper-win-x86-64.exe --out-dir bw-output <your build command here>"
338 <SentenceWithHighlights
345 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
346 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
349 <Connect(withAppState(PublishSteps)) />