Skip to content

Commit

Permalink
run tests with other compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
Herringway committed Jan 25, 2021
1 parent 207566e commit 3b12a06
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/d.yml
Expand Up @@ -8,12 +8,18 @@ on:

jobs:
build:

strategy:
matrix:
dc:
- dmd-latest
- ldc-latest
- dmd-beta
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@4c99aa991ce7d19dd3064de0a4f2f6b2f152e2d7
with:
compiler: ${{ matrix.dc }}
- name: 'Install dependencies'
run: |
sudo apt-get install libcurl4-openssl-dev
Expand Down

0 comments on commit 3b12a06

Please sign in to comment.