We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb46bc commit 0f095e0Copy full SHA for 0f095e0
.github/workflows/make.yml
@@ -23,8 +23,8 @@ jobs:
23
with:
24
compiler: ${{ matrix.dc }}
25
- name: make tree-query
26
- run: (dmd && make) || true
+ run: (dmd && make && echo "Built successfully with DMD Reference Compiler!") || true
27
- name: make tree-query-build
28
- run: (ldc && make tree-query-build) || true
+ run: (ldc2 && make tree-query-build && echo "Built successfully with LLVM D Compiler!") || true
29
#- name: make distcheck
30
# run: make distcheck
0 commit comments