Skip to content

Commit b1319e1

Browse files
committed
Add bpfkorea/agora and Geod24/localrest
The former is our company's main project and uses a lot of C++ interop on POSIX. The second uses threads, message passing and std.concurrency.
1 parent ee64a19 commit b1319e1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

buildkite.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,15 @@ projects=(
159159
#"ariovistus/pyd"
160160
"atilaneves/automem"
161161
"AuburnSounds/intel-intrinsics"
162+
"bpfkorea/agora"
162163
"DerelictOrg/DerelictFT"
163164
"DerelictOrg/DerelictGL3"
164165
"DerelictOrg/DerelictGLFW3"
165166
"DerelictOrg/DerelictSDL2"
166167
"dlang-community/containers"
167168
"dlang/undeaD"
168169
"DlangScience/scid"
170+
"Geod24/localrest"
169171
"ikod/dlang-requests"
170172
"kaleidicassociates/excel-d"
171173
"kaleidicassociates/lubeck"

buildkite/build_project.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ case "$REPO_URL" in
3737
# ldc doesn't really do point releases, so master is easier to adapt if needed.
3838
latest_tag=master
3939
;;
40+
https://github.com/bpfkorea/agora)
41+
# BPFK doesn't really have releases for the time being
42+
latest_tag=v0.x.x
43+
;;
4044
*)
4145
;;
4246
esac
@@ -218,6 +222,12 @@ case "$REPO_FULL_NAME" in
218222
make test V=1 F=production ALLOW_DEPRECATIONS=1
219223
;;
220224

225+
bpfkorea/agora)
226+
git submodule update --init
227+
dub build --compiler=$DC
228+
dub test --compiler=$DC
229+
;;
230+
221231
eBay/tsv-utils)
222232
make test "DCOMPILER=$DC"
223233
;;

0 commit comments

Comments
 (0)