Skip to content

Trying again to find out what is wrong with #23195 #11917

Trying again to find out what is wrong with #23195

Trying again to find out what is wrong with #23195 #11917

Workflow file for this run

name: Build D compiler using dub
on:
pull_request:
paths-ignore:
- 'spec/**'
push:
paths-ignore:
- 'spec/**'
jobs:
test:
name: Build D compiler using dub
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Host D compiler
uses: dlang-community/setup-dlang@v1
- name: Build and run compiler
run: dub run dmd:compiler -- --version
- name: Build frontend library
run: dub build dmd:frontend