Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeagher committed Feb 17, 2024
1 parent 3a89fa6 commit b517c49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on: push
name: My Action
name: Bazel Build and Test
jobs:
checks:
name: run
Expand Down
62 changes: 0 additions & 62 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Playing around with monorepo setup and tools to see how it works for my personal

[![Build Status](https://travis-ci.org/jmeagher/monorepo.svg?branch=master)](https://travis-ci.org/jmeagher/monorepo) [![Join the chat at https://gitter.im/jmeagher-monorepo/Lobby](https://badges.gitter.im/jmeagher-monorepo/Lobby.svg)](https://gitter.im/jmeagher-monorepo/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![CircleCI](https://circleci.com/gh/jmeagher/monorepo.svg?style=svg)](https://circleci.com/gh/jmeagher/monorepo)

This might be useful to someone out there of how to setup a monorepo using [Bazel](https://github.com/bazelbuild/bazel) and a variety of languages. To get started [install Bazel](https://docs.bazel.build/). `bazel build //...` will build everything. `bazel test //...` will run all the unit tests. [`./test_e2e.sh`](test_e2e.sh) will do a little extra validation of the compiled binaries. For more detail on the build setup see [the Travis-ci configuration](.travis.yml).
This might be useful to someone out there of how to setup a monorepo using [Bazel](https://github.com/bazelbuild/bazel) and a variety of languages. To get started [install Bazelisk](https://bazel.build/install/bazelisk). `bazel build //...` will build everything. `bazel test //...` will run all the unit tests.

0 comments on commit b517c49

Please sign in to comment.