CI: Extend dub tests by dmd:frontend library build

This commit is contained in:
Martin Kinkelin 2024-07-27 01:59:25 +02:00 committed by Nicholas Wilson
parent 15d01829af
commit addb3a3c6c

View file

@ -17,5 +17,8 @@ jobs:
- name: Install Host D compiler
uses: dlang-community/setup-dlang@v1
- name: Invoke dub
- name: Build and run compiler
run: dub run dmd:compiler -- --version
- name: Build frontend library
run: dub build dmd:frontend