Skip to content

Commit

Permalink
Add gdc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-zherikov committed Jun 21, 2024
1 parent 1efe9be commit e8eb8f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
dc: [dmd-2.099.1, dmd-latest, ldc-latest]
dc: [dmd-2.099, dmd, ldc]
include:
- { os: macOS-latest, dc: ldc-latest }
- { os: macOS-latest, dc: ldc }
- { os: ubuntu-latest, dc: gdc }

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,6 +28,7 @@ jobs:
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}
dub: latest # need for gdc

- name: Run tests
run: dub test --build=unittest-cov --verbose
Expand Down

0 comments on commit e8eb8f9

Please sign in to comment.