Skip to content

Commit

Permalink
add build step in circle_ci (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
huocun-ant authored Jun 26, 2024
1 parent 3ab42b9 commit e792518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ commands:
name: "build"
command: |
sh ./build_wheel_entrypoint.sh
bazel build <<parameters.bazel_targets>> -c opt
- run:
name: "test"
command: |
Expand Down

0 comments on commit e792518

Please sign in to comment.