-
Notifications
You must be signed in to change notification settings - Fork 10
50 lines (42 loc) · 1.11 KB
/
bookworm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: 'bookworm'
on:
push:
paths:
- 'run.sh'
- '.github/workflows/bookworm.yml'
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
strategy:
fail-fast: false
matrix:
backend:
- mcode
- llvm-14
- gcc-12.3.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone ghdl
run: git clone https://github.com/ghdl/ghdl
- name: Build 'ghdl' and 'pkg' images
run: ./run.sh -b
env:
TASK: bookworm+${{ matrix.backend }}
- name: Deploy to DockerHub
if: github.event_name != 'pull_request' && github.repository == 'ghdl/docker'
uses: pyTooling/Actions/with-post-step@r0
with:
main: |
# Release
echo '${{ secrets.DOCKER_PASS }}' | docker login docker.io -u '${{ secrets.DOCKER_USER }}' --password-stdin
./run.sh ""
post: docker logout docker.io
trigger:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: GHDL_BOT_TOKEN=${{ github.token }} ./.github/trigger.sh vunit