commit | 9eaffdc036c405d0199d3e2a441896541b6e7c1c | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Jun 22 07:40:46 2017 +0200 |
committer | David Ostrovsky <david.ostrovsky@gmail.com> | Thu Jun 22 06:46:57 2017 +0000 |
tree | 929e7704e82c54046be2532c96fff44db49fa44e | |
parent | 3d340c5a26080d679bf5e2baf90b0c8a0372f025 [diff] |
Simplify bazel build Given that '$' character is now allowed in globs and filegroup, we can simplify the build rules. See [1] for more context. [1] https://github.com/bazelbuild/bazel/issues/374 Change-Id: I69f7d1b9c01837dc54d718d9ab62d0f4d50dbc2e
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