-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new Algol68 GCC frontend to the nightly builds
Will be removed when the frontend is merged upstream. refs compiler-explorer/compiler-explorer#7258 Signed-off-by: Marc Poulhiès <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### DO NOT EDIT - created by a script ### | ||
name: gcc_algol68_master via gcc algol68-master | ||
|
||
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/[email protected] | ||
- uses: actions/checkout@v4 | ||
- name: Run the build | ||
uses: ./.github/actions/daily-build | ||
with: | ||
image: gcc | ||
name: gcc_algol68_master | ||
command: build.sh | ||
args: algol68-master | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
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
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