Skip to content

Commit 6117b6a

Browse files
committed
Add missing workflow (see #27)
1 parent de29212 commit 6117b6a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### DO NOT EDIT - created by a script ###
2+
name: clang_p3367 via clang p3367-trunk
3+
4+
on:
5+
schedule:
6+
- cron: '0 0 * * *'
7+
workflow_dispatch:
8+
9+
jobs:
10+
daily-build:
11+
runs-on: [ 'self-hosted', 'ce', 'ubuntu' ]
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: clang
20+
name: clang_p3367
21+
command: build.sh
22+
args: p3367-trunk
23+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
24+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)