Skip to content

Replace term_readline to term_readln #211

Replace term_readline to term_readln

Replace term_readline to term_readln #211

Workflow file for this run

name: D-dmd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@v1
- name: 'Build'
run: dub build --compiler=dmd
- name: 'Test'
run: dub test --compiler=dmd
- name: 'Trace'
run: dub build --compiler=dmd -b trace