This project uses AppVeyor to create OpenJFX 8 binaries and make them available on the releases page. It also puts up an OpenJDK distribution that includes OpenJFX.
You can customize the AppVeyor build by editing the variables declared in the environment
section of
.appveyor.yml:
OPENJFX_TAG
: the OpenJFX version to be built. It must correspond to an existing Mercurial tag.OPEN_JDK_URL
: the URL of the desired OpenJDK version. It must be in sync with the value ofOPEN_JDK_DIR
.OPEN_JDK_DIR
: the root directory of the files in the archive located atOPEN_JDK_URL
.
If you fork this project, you need to create a personal access token with repo
or public_repo
scope,
encrypt its value, and
include the resulting string in .appveyor.yml
, as the secure value of the auth_token
deployment variable.