From e792518e599fe3ebc4b4507a22f04414f5e60846 Mon Sep 17 00:00:00 2001 From: huocun <131865681+huocun-ant@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:24:37 +0800 Subject: [PATCH] add build step in circle_ci (#72) --- .circleci/continue-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index 82ab41d..af2d93e 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -51,6 +51,7 @@ commands: name: "build" command: | sh ./build_wheel_entrypoint.sh + bazel build <> -c opt - run: name: "test" command: |