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
12 label="onboarding.tutorial.with.azure_pipelines.os"
14 optionLabelKey="onboarding.build.other.os"
23 <GithubCFamilyExampleRepositories
25 className="big-spacer-top abs-width-600"
28 <AlertClassicEditor />
30 className="list-styled big-spacer-top"
33 <SentenceWithHighlights
39 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
40 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
44 className="list-styled"
47 <SentenceWithHighlights
54 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix"
55 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
58 snippet="curl 'http://localhost/static/cpp/build-wrapper-linux-x86.zip' --output build-wrapper.zip
59 unzip build-wrapper.zip"
64 <SentenceWithHighlights
71 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
72 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
75 <PrepareAnalysisCommand
78 projectKey="projectKey"
81 <SentenceWithHighlights
87 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
91 className="list-styled"
94 <SentenceWithHighlights
100 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
103 snippet="./build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-output <your build command here>"
109 <SentenceWithHighlights
116 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
117 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
120 <withAppStateContext(PublishSteps) />
125 exports[`should render correctly for "mac" 1`] = `
128 className="big-spacer-top display-block"
130 onboarding.tutorial.with.azure_pipelines.os
134 label="onboarding.tutorial.with.azure_pipelines.os"
136 optionLabelKey="onboarding.build.other.os"
145 <GithubCFamilyExampleRepositories
147 className="big-spacer-top abs-width-600"
150 <AlertClassicEditor />
152 className="list-styled big-spacer-top"
155 <SentenceWithHighlights
161 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
162 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
166 className="list-styled"
169 <SentenceWithHighlights
176 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.nix"
177 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
180 snippet="curl 'http://localhost/static/cpp/build-wrapper-macosx-x86.zip' --output build-wrapper.zip
181 unzip build-wrapper.zip"
186 <SentenceWithHighlights
193 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
194 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
197 <PrepareAnalysisCommand
200 projectKey="projectKey"
203 <SentenceWithHighlights
209 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
213 className="list-styled"
216 <SentenceWithHighlights
222 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
225 snippet="./build-wrapper-macos-x86/build-wrapper-macos-x86 --out-dir bw-output <your build command here>"
231 <SentenceWithHighlights
238 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
239 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
242 <withAppStateContext(PublishSteps) />
247 exports[`should render correctly for "win" 1`] = `
250 className="big-spacer-top display-block"
252 onboarding.tutorial.with.azure_pipelines.os
256 label="onboarding.tutorial.with.azure_pipelines.os"
258 optionLabelKey="onboarding.build.other.os"
267 <GithubCFamilyExampleRepositories
269 className="big-spacer-top abs-width-600"
272 <AlertClassicEditor />
274 className="list-styled big-spacer-top"
277 <SentenceWithHighlights
283 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
284 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp"
288 className="list-styled"
291 <SentenceWithHighlights
298 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.win"
299 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_wrapper.ccpp.script"
302 snippet="Invoke-WebRequest -Uri 'http://localhost/static/cpp/build-wrapper-win-x86.zip' -OutFile 'build-wrapper.zip'
303 Expand-Archive -Path 'build-wrapper.zip' -DestinationPath '.'"
308 <SentenceWithHighlights
315 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare"
316 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.prepare.ccpp"
319 <PrepareAnalysisCommand
322 projectKey="projectKey"
325 <SentenceWithHighlights
331 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build.ccpp"
335 className="list-styled"
338 <SentenceWithHighlights
344 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.build_script.ccpp"
347 snippet="build-wrapper-win-x86/build-wrapper-win-x86-64.exe --out-dir bw-output <your build command here>"
353 <SentenceWithHighlights
360 highlightPrefixKeys="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run"
361 translationKey="onboarding.tutorial.with.azure_pipelines.BranchAnalysis.run.ccpp"
364 <withAppStateContext(PublishSteps) />