Files
ortools-clone/bazel/README.md
Mizux Seiha e1af0c7092 ci: Add Bazel CI
* Add Bazel Dockerfile
* Update Bazel doc
* Add Bazel docker diagrams
* Add Github workflow for bazel
* GH workflow disable fail-fast
2020-04-06 14:54:47 +02:00

1.2 KiB

OR-Tools Bazel Build Instructions

OS
Linux [![Status][linux_svg]][linux_link]
MacOS [![Status][osx_svg]][osx_link]
Windows [![Status][win_svg]][win_link]

Dockers: Status

Introduction

| Dependencies | Integration | CI |

OR-Tools comes with a Bazel based build (WORKSPACE) that can be used on a wide range of platforms. If you don't have Bazel installed already, you can download it for free from https://bazel.build/.

warning: Currently OR-Tools Bazel doesn't support Python, Java nor .Net, please use the Makefile or CMake based build instead.

Dependencies

OR-Tools depends on severals mandatory libraries.

  • Google Abseil-cpp,
  • Google Gflags,
  • Google Glog,
  • Google Protobuf,
  • Google Gtest,
  • GLPK (GNU Linear Programming Kit)

Integrating OR-Tools in your Bazel Project

TODO