Skip to content

Commit

Permalink
fixup! Add GitHub Action CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 2, 2023
1 parent aa56ff2 commit b6e3323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install_d_compiler() {
run() {
./configure --llvm-path "llvm-$DSTEP_LLVM_VERSION" --statically-link-clang

if test -z "$DSTEP_BUIILD_ONLY"
if test -z "$DSTEP_BUIILD_ONLY"; then
dub test --verror
else
dub build --verror --arch "$DSTEP_TARGET_TRIPLE"
Expand Down

0 comments on commit b6e3323

Please sign in to comment.