Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 580 Bytes

File metadata and controls

21 lines (16 loc) · 580 Bytes

ob1-bazel

Bazel rules maintained by OffByOne Studios

TestLinux

Testing in Docker

Build The Container

docker build -t github.com/offbyonestudios/bazel-deps .

Running The Tests

docker run -it github.com/offbyonestudios/bazel-deps bazel test

Running The Tests

docker run -it -v $(pwd):/usr/local/src/bazel-ob1 github.com/offbyonestudios/bazel-deps /bin/bash