Skip to content

Commit

Permalink
chore: Move bazel build to circleci for now.
Browse files Browse the repository at this point in the history
Maybe we can add a freebsd build to cirrus.
  • Loading branch information
iphydf committed Jan 30, 2025
1 parent cb4e3a7 commit e20c38e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
version: 2

workflows:
version: 2
circleci:
jobs:
- bazel-opt

jobs:
bazel-opt:
working_directory: /tmp/cirrus-ci-build
docker:
- image: toxchat/toktok-stack:latest-release

steps:
- checkout
- run: /src/workspace/tools/inject-repo toxic
- run: cd /src/workspace && bazel test -k //toxic/...
22 changes: 11 additions & 11 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
bazel-opt_task:
container:
image: toxchat/toktok-stack:latest-release
cpu: 2
memory: 2G
configure_script:
- /src/workspace/tools/inject-repo toxic
test_all_script:
- cd /src/workspace && bazel test -k
//toxic/...
# ---
# bazel-opt_task:
# container:
# image: toxchat/toktok-stack:latest-release
# cpu: 2
# memory: 2G
# configure_script:
# - /src/workspace/tools/inject-repo toxic
# test_all_script:
# - cd /src/workspace && bazel test -k
# //toxic/...

0 comments on commit e20c38e

Please sign in to comment.