Skip to content

or-tools/bazel_or-tools

Repository files navigation

Github-CI:
Build Status Build Status Build Status
Build Status

Build Status

Introduction

| Dependencies | Build | Test | CI |

Bazel Template with OR-Tools integration. If you don't have Bazel installed already, you can download it for free from https://bazel.build/.

Dependencies

Take a look at the WORKSPACE file.

Build

On any *NIX (MacOS, GNU/Linux) platform:

bazel build -c opt //main:template

On Windows when using MSVC 2022+:

bazel build -c opt //main:template

Test

On any *NIX (MacOS, GNU/Linux) platform:

bazel test -c opt --test_output=all //main:test_template

On Windows when using MSVC 2022+:

bazel test -c opt --test_output=all //main:test_template