mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 12:40:11 +03:00
CI: Extend dub tests by dmd:frontend library build
This commit is contained in:
parent
15d01829af
commit
addb3a3c6c
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build_with_dub.yml
vendored
5
.github/workflows/build_with_dub.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue