Skip to content

Commit

Permalink
Use LDC when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Jun 30, 2024
1 parent 63fc19a commit dd5d3dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ wgpu: subprojects/wgpu/$(LIB_WGPU)
# Test Coverage
#################################################
cover: $(SOURCES)
dub test --build=unittest-cov
# TODO: Supply compiler ID from CI matrix
dub test --build=unittest-cov --compiler=ldc2
.PHONY: cover

#################################################
Expand All @@ -67,7 +68,7 @@ cover: $(SOURCES)

PACKAGE_VERSION := 0.4.0
docs/sitemap.xml: $(SOURCES)
dub build -b ddox
dub build -b ddox --compiler=ldc2
@echo "Performing cosmetic changes..."
# Navigation Sidebar
@$(SED) -i -e "/<nav id=\"main-nav\">/r views/nav.html" -e "/<nav id=\"main-nav\">/d" `find docs -name '*.html'`
Expand Down

0 comments on commit dd5d3dd

Please sign in to comment.