commit | a1e30b2ff4378baaee872e9ef960ceb07113a949 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Feb 02 23:09:19 2017 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Fri Feb 03 06:04:18 2017 +0100 |
tree | b9b9c64bbf1559278a3b48dbea9a93812ce100b2 | |
parent | ac09b983b2717d328bc943420de69dad0caf4a8c [diff] |
Remove buck build Change-Id: Iac66f5540030031b8c4439a9c1e296035ff45dbc
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