Skip to content

Commit

Permalink
[add some jobs with different LDC host compilers]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Jan 26, 2025
1 parent 50cfcfd commit 620b51e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@ jobs:
os: ubuntu-22.04
model: 32
host_dmd: dmd-2.101.2
- job_name: Ubuntu 22.04 x86, LDC 1.36.0
os: ubuntu-22.04
model: 32
host_dmd: ldc-1.36.0
- job_name: Ubuntu 22.04 x86, LDC 1.35.0
os: ubuntu-22.04
model: 32
host_dmd: ldc-1.35.0
- job_name: Ubuntu 22.04 x86, LDC 1.34.0
os: ubuntu-22.04
model: 32
host_dmd: ldc-1.34.0
- job_name: Ubuntu 22.04 x86, LDC 1.33.0
os: ubuntu-22.04
model: 32
host_dmd: ldc-1.33.0
name: ${{ matrix.job_name }}
runs-on: ${{ matrix.os }}
timeout-minutes: 40
Expand Down

0 comments on commit 620b51e

Please sign in to comment.