Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,15 @@ projects=(
#"ariovistus/pyd"
"atilaneves/automem"
"AuburnSounds/intel-intrinsics"
"bpfkorea/agora"
"DerelictOrg/DerelictFT"
"DerelictOrg/DerelictGL3"
"DerelictOrg/DerelictGLFW3"
"DerelictOrg/DerelictSDL2"
"dlang-community/containers"
"dlang/undeaD"
"DlangScience/scid"
"Geod24/localrest"
"ikod/dlang-requests"
"kaleidicassociates/excel-d"
"kaleidicassociates/lubeck"
Expand Down
10 changes: 10 additions & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ case "$REPO_URL" in
# ldc doesn't really do point releases, so master is easier to adapt if needed.
latest_tag=master
;;
https://github.com/bpfkorea/agora)
# BPFK doesn't really have releases for the time being
latest_tag=v0.x.x
;;
*)
;;
esac
Expand Down Expand Up @@ -218,6 +222,12 @@ case "$REPO_FULL_NAME" in
make test V=1 F=production ALLOW_DEPRECATIONS=1
;;

bpfkorea/agora)
git submodule update --init
dub build --compiler=$DC
dub test --compiler=$DC
;;

eBay/tsv-utils)
make test "DCOMPILER=$DC"
;;
Expand Down