[DO NOT MERGE] measurement for #693: which process exits, and the encoding build.ninja is written in #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: measure-693 | |
| # TEMPORARY. Readings for mcpp#693 (Windows, a working directory outside the | |
| # ANSI code page). This branch is never merged; every other workflow is removed | |
| # on it so that only these readings run. No artifacts are uploaded: every | |
| # reading is a `READING <id>:` line in the log and in the job summary. | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| windows-acp: | |
| name: "#693 readings (windows-latest)" | |
| runs-on: windows-latest | |
| timeout-minutes: 90 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Readings | |
| shell: pwsh | |
| timeout-minutes: 85 | |
| run: ./.github/measure-693/measure.ps1 |