Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

testing bazel's support for mixed scala/java complication

Notifications You must be signed in to change notification settings

meetuparchive/blt-best-bazel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blt-best-bazel

Some evolving experiments for best practices using bazel to build artifacts from mixed scala/java source code

installing bazel

IDE

If you use atom you may want language highlighting

$ apm install language-bazel

You may also wish to install buildifer for BUILD file formatting.

usage

The files relevant to Bazel are WORKSPACE which defines a context for a Bazel run, and BUILD which is Bazel's declarative form of defining a build in terms of rules

This build it's outfitted with Meetup's blt pipeline interface (Makefile)

At to moment only test is implemented. package and publish are not.

A list of avalable bazel commands can be found here

some additional recommendations to experiment with

build --strategy=Scalac=worker ...

About

testing bazel's support for mixed scala/java complication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published