FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

run bazel build :all from scripts/build.py #464

Closed jbcoe closed 5 years ago

jbcoe commented 5 years ago

What does this PR do?

Modify scripts/build.py to run bazel build :all

Add command line argument to disable bazel build.

jbcoe commented 5 years ago

This does turn Bazel on by default but only for development of FFIG.

Prospective users of FFIG would use the CMake module or Bazel rules as they see fit and would not be expected to use scripts/build.py

jbcoe commented 5 years ago

Defeated for now. Shall we defer appveyor fixes to a later PR?