clang_cppx_p2320 via clang cppx-p2320-trunk #1192
This file contains 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
### DO NOT EDIT - created by a script ### | |
name: clang_cppx_p2320 via clang cppx-p2320-trunk | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
jobs: | |
daily-build: | |
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ] | |
steps: | |
- name: Start from a clean directory | |
uses: AutoModality/action-clean@v1.1.0 | |
- uses: actions/checkout@v4 | |
- name: Run the build | |
uses: ./.github/actions/daily-build | |
with: | |
image: clang | |
name: clang_cppx_p2320 | |
command: build.sh | |
args: cppx-p2320-trunk | |
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | |
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |