cd09a54365
* build: @jasonetco said that this will make codespaces work * tmp * Codespaces * Update docker-compose.yml * Update docker-compose.yml * tada? * e use * do not use pizza... * point at correct goma file * use ghcr for codespaces * pass --yes to npx * build: use auth.notgoma codespace token auth to auto-auth goma * build: move build-tools set up to Dockerfile * build: provide default extensions list * Fix locale tests * add vnc support * use prebuilt devcontainer image * update docker images * update docker images * update docker images * add docs for codespaces * chore: update docker images * build: do not overwrite modified buildtools configs on container rebuilds * use gn language server * update docker images * update docker images * fill in missing links Co-authored-by: Codespaces <codespaces@github.com>
13 lines
352 B
YAML
13 lines
352 B
YAML
resources:
|
|
containers:
|
|
- container: arm32v7-test-container
|
|
image: ghcr.io/electron/build:arm32v7-27db4a3e3512bfd2e47f58cea69922da0835f1d9
|
|
options: --shm-size 128m
|
|
|
|
jobs:
|
|
- job: Test_Arm32v7
|
|
container: arm32v7-test-container
|
|
displayName: Test Arm on Arm32v7 hardware
|
|
timeoutInMinutes: 30
|
|
steps:
|
|
- template: vsts-arm-test-steps.yml
|