commit | 199d14f3309e089912c2aabde0391a61e2bdad02 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Oct 29 14:51:24 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Oct 29 14:51:24 2019 +0900 |
tree | 9095273d1bd53d48005f3285731f6285efdc7700 | |
parent | c61fb2000a2e1f505f3f7d9f10e6ef3e2cb1fe3e [diff] |
Update bazlets to latest master revision and build with Bazel 1.0.0 Introduce .bazelversion specifying version 1.0.0, and machinery in the WORKSPACE to ensure that the minimum version is used. Test plan: bazel build all Change-Id: Iab9b87df506f5a5204c49e82449bca903f828fdf
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Bazel and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
bazel build :all
To package for Maven into the local ~/.m2/repository
directory:
./mvn.sh install
To publish to the gerrit-maven storage bucket:
./mvn.sh deploy