/jython-builds

Jython pre-built, ready for easy distribution and continuous integration

Primary LanguageMakefileMIT LicenseMIT

Jython Builds Travis Build Status)

Jython 2 and 3 pre-built, ready for easy distribution and continuous integration

Usage

Travis CI

install:
  # Change NEWFILENAME, VERSION and FILE to your liking
  - curl -L -o NEWFILENAME https://raw.githubusercontent.com/Richienb/jython-builds/master/build/VERSION/FILE # Download the zip or jar file
  - sudo tar xjf NEWFILENAME.tar.bz2 --directory / # Unzip if the downloaded file was a zip

Other methods of distribution are supported. You can also download the .tar.gz or .jar files.

Generate the builds yourself

You will need

Script

$ git clone https://github.com/Richienb/jython-builds.git
$ cd jython-builds
$ make