8 matches across 2 files for TODO lang:YAML lang:YAML lang:YAML lang:YAML
snippet_mode: auto · sorted by relevance
364 with:
365 script: |
366▶ // TODO: Move this to a script file.
367 // We currently can't call scripts from the repo because
368 // at this point in the workflow, we're on the compiled
· · ·
374 const {execSync} = require('child_process');
375
376▶ // TODO: when we move this to a script, we can use this from npm.
377 // Copy of signedsource since we can't install deps on this branch.
378 const GENERATED = '@' + 'generated';
239 - "-r=xplat --env=production --variant=false"
240 - "-r=xplat --env=production --variant=true"
241▶ # TODO: Test more persistent configurations?
242 - "-r=stable --env=development --persistent"
243 - "-r=experimental --env=development --persistent"
· · ·
383 -r=experimental --env=production,
384
385▶ # TODO: Update test config to support www build tests
386 # - "-r=www-classic --env=development --variant=false"
387 # - "-r=www-classic --env=production --variant=false"
· · ·
393 # - "-r=www-modern --env=production --variant=true"
394
395▶ # TODO: Update test config to support xplat build tests
396 # - "-r=xplat --env=development --variant=false"
397 # - "-r=xplat --env=development --variant=true"
· · ·
399 # - "-r=xplat --env=production --variant=true"
400
401▶ # TODO: Test more persistent configurations?
402 ]
403 shard:
· · ·
570 # Compress build directory into a single tarball for easy download
571 - run: tar -zcvf ./build.tgz ./build
572▶ # TODO: Migrate scripts to use `build` directory instead of `build2`
573 - run: cp ./build.tgz ./build2.tgz
574 - name: Archive build artifacts
+ 1 more matches in this file