File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 ;;
4246esac
@@ -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 ;;
You can’t perform that action at this time.
0 commit comments