Skip to content

Commit

Permalink
Fix Bitrise CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Feb 24, 2023
1 parent aa9b278 commit d0c8682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ workflows:
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ROOT_DIR="$LLVM_ROOT_DIR" \
-DLDC_LINK_MANUALLY=OFF
-DLDC_LINK_MANUALLY=OFF \
-DD_COMPILER_FLAGS=-gcc=/usr/bin/c++
ninja -j2
envman add --key LDC_BINARY --value "$(pwd)/bin/ldc2"
Expand Down

0 comments on commit d0c8682

Please sign in to comment.