TEST: only build ceres

pull/1911/head
Nathan 2025-08-22 09:19:16 -07:00
rodzic 680c497b33
commit c50656642a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -104,7 +104,7 @@ def build():
toolchain_file = os.path.join(os.getcwd(), "vcpkg", "scripts", "buildsystems", "vcpkg.cmake")
run("cmake .. -DCMAKE_TOOLCHAIN_FILE=\"%s\"" % toolchain_file, cwd=build_dir)
run("cmake --build . --config Release -j2", cwd=build_dir)
run("cmake --build . --config Release -j2 --target ceres", cwd=build_dir)
def vcpkg_export():
if not os.path.exists("vcpkg"):