Import replxx

Change-Id: Iffb9eb32eecb19b018ce353af7109a2bb1c68cf3
diff --git a/ci/do-build.sh b/ci/do-build.sh
index 52b21c6..5b870dc 100755
--- a/ci/do-build.sh
+++ b/ci/do-build.sh
@@ -102,6 +102,10 @@
     cp -LR boost ${PREFIX}/include/
     popd
 
+    # examples are broked on clang+ubsan because of their STL override
+    CMAKE_OPTIONS="${CMAKE_OPTIONS} -DBUILD_SHARED_LIBS=ON -DREPLXX_BuildExamples=OFF" emerge_dep replxx
+    do_test_dep_cmake replxx -j${CI_PARALLEL_JOBS}
+
     tar -C ~/target -cvJf ${TH_JOB_WORKING_DIR}/${ARTIFACT} .
     ssh th-ci-logs@ci-logs.gerrit.cesnet.cz mkdir -p artifacts/${TH_JOB_NAME} \
         || true # ignore network errors