Changeset View
Changeset View
Standalone View
Standalone View
libcxx/utils/ci/run-buildbot
Show First 20 Lines • Show All 456 Lines • ▼ Show 20 Lines | bootstrapping-build) | ||||
echo "+++ Running the libc++ and libc++abi tests" | echo "+++ Running the libc++ and libc++abi tests" | ||||
${NINJA} -C "${BUILD_DIR}" check-runtimes | ${NINJA} -C "${BUILD_DIR}" check-runtimes | ||||
echo "--- Installing libc++ and libc++abi to a fake location" | echo "--- Installing libc++ and libc++abi to a fake location" | ||||
${NINJA} -C "${BUILD_DIR}" install-runtimes | ${NINJA} -C "${BUILD_DIR}" install-runtimes | ||||
;; | ;; | ||||
legacy-test-config) | legacy-test-config) | ||||
clean | clean | ||||
generate-cmake -DLIBCXX_TEST_CONFIG="legacy.cfg.in" | generate-cmake -DLIBCXX_TEST_CONFIG="legacy.cfg.in" \ | ||||
-DLIBCXXABI_TEST_CONFIG="${MONOREPO_ROOT}/libcxxabi/test/lit.site.cfg.in" \ | |||||
-DLIBUNWIND_TEST_CONFIG="${MONOREPO_ROOT}/libunwind/test/lit.site.cfg.in" | |||||
check-runtimes | check-runtimes | ||||
;; | ;; | ||||
legacy-project-build) | legacy-project-build) | ||||
clean | clean | ||||
echo "--- Generating CMake" | echo "--- Generating CMake" | ||||
${CMAKE} \ | ${CMAKE} \ | ||||
-S "${MONOREPO_ROOT}/llvm" \ | -S "${MONOREPO_ROOT}/llvm" \ | ||||
▲ Show 20 Lines • Show All 120 Lines • Show Last 20 Lines |