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