Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ case "$REPO_URL" in
# No tag includes https://github.com/vibe-d/vibe-core/commit/7833e425403c3804054b0bd16eacbf71fc7a28f4
ref_to_use=master
;;
https://github.com/jacob-carlborg/dstep)
# the latest tag from 2023 doesn't seem to support libclang v18
ref_to_use=master
;;
*)
;;
esac
Expand Down Expand Up @@ -380,6 +384,12 @@ case "$REPO_FULL_NAME" in
dub test
;;

jacob-carlborg/dstep)
# help it find libclang.so
./configure --llvm-path=/usr/lib/llvm-18
use_travis_test_script
;;

*)
use_travis_test_script
;;
Expand Down