From d55be58a41b2e0713d9130de1053743d008e16f9 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Wed, 3 Jul 2019 15:11:40 +0900 Subject: [PATCH] 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. --- buildkite.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildkite.sh b/buildkite.sh index c9a314b3..bfeb26ba 100755 --- a/buildkite.sh +++ b/buildkite.sh @@ -159,6 +159,7 @@ projects=( #"ariovistus/pyd" "atilaneves/automem" "AuburnSounds/intel-intrinsics" + "bpfkorea/agora" "DerelictOrg/DerelictFT" "DerelictOrg/DerelictGL3" "DerelictOrg/DerelictGLFW3" @@ -166,6 +167,7 @@ projects=( "dlang-community/containers" "dlang/undeaD" "DlangScience/scid" + "Geod24/localrest" "ikod/dlang-requests" "kaleidicassociates/excel-d" "kaleidicassociates/lubeck"