File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## DO NOT EDIT - created by a script ###
2+ name : gcc_algol68_master via gcc algol68-master
3+
4+ on :
5+ schedule :
6+ - cron : ' 0 0 * * *'
7+ workflow_dispatch :
8+
9+ jobs :
10+ daily-build :
11+ runs-on : [ 'self-hosted', 'ce', 'linux', 'x64' ]
12+ steps :
13+ - name : Start from a clean directory
14+ uses :
AutoModality/[email protected] 15+ - uses : actions/checkout@v4
16+ - name : Run the build
17+ uses : ./.github/actions/daily-build
18+ with :
19+ image : gcc
20+ name : gcc_algol68_master
21+ command : build.sh
22+ args : algol68-master
23+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
24+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 4242* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dotnet.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dotnet.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdotnet ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdotnet )
4343* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dxc.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-dxc.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdxc ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fdxc )
4444* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc )
45+ * [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_algol68_master.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_algol68_master.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_algol68_master ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_algol68_master )
4546* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_cobol_master.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_cobol_master.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_cobol_master ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_cobol_master )
4647* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts )
4748* [ ![ Status] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts_labels.yml/badge.svg )] ( https://github.com/compiler-explorer/compiler-workflows/actions/workflows//build-daily-gcc_contracts_labels.yml ) ![ Last success] ( https://img.shields.io/badge/dynamic/json?color=success&label=Last+OK&query=%24.last_success.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts_labels ) ![ Last build] ( https://img.shields.io/badge/dynamic/json?color=yellow&label=Last+build&query=%24.last_build.timestamp&url=https%3A%2F%2Flambda.compiler-explorer.com%2Fcompiler-build%2Fgcc_contracts_labels )
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ compilers:
77 - { image: clang, name: llvm, args: llvm-trunk }
88 - { image: gcc, name: gcc }
99 - { image: gcc, name: gcc_cobol_master, args: cobol-master }
10+ - { image: gcc, name: gcc_algol68_master, args: algol68-master }
1011 - { image: gcc, name: gcc_contracts, args: lock3-contracts-trunk }
1112 - { image: gcc, name: gcc_contracts_labels, args: lock3-contracts-labels-trunk }
1213 - { image: gcc, name: gcc_contracts_nonattr, args: contracts-nonattr-trunk }
You can’t perform that action at this time.
0 commit comments