Skip to content

Commit

Permalink
Add dub build step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed May 23, 2024
1 parent df7e571 commit 36a398d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ jobs:
env:
LIBRARY_PATH: "${{ env.LLVM_PATH }}/lib"

- name: Build the library
run: dub build -q --arch=${{ matrix.arch }}
env:
LIBRARY_PATH: "${{ env.LLVM_PATH }}/lib"

- uses: codecov/codecov-action@v3.1.4

0 comments on commit 36a398d

Please sign in to comment.