Skip to content

Update dub.sdl to remove deprecated -dip25 switch #10

Update dub.sdl to remove deprecated -dip25 switch

Update dub.sdl to remove deprecated -dip25 switch #10

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Dub Test
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
dc: [dmd-2.091.0, ldc-1.20.1]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install D compiler
uses: dlang-community/[email protected]
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: dub test -q --build=unittest-cov
- uses: codecov/codecov-action@v2