From b6e3323071a86a04ac88cb25d64878c9ffee4349 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Sun, 2 Jul 2023 13:04:51 +0200 Subject: [PATCH] fixup! Add GitHub Action CI pipeline --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.sh b/ci.sh index 8fd65db4..bcd67f81 100755 --- a/ci.sh +++ b/ci.sh @@ -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"