Development Builds

From Valkyrien Skies Wiki
Revision as of 21:18, 1 September 2019 by Rubydesic (talk | contribs) (formatting)

Download latest version of master - one click

(no sign-in) Download an older build or branch of Valkyrien Skies

  1. Navigate to https://circleci.com/gh/ValkyrienWarfare/Valkyrien-Warfare-Revamped
  2. All builds are listed. They are in the format [branch-name] [build #].
  3. Click on the build you're interested in.
  4. Go to the top of your browser and add the following to the URL: #artifacts/containers/0
  5. Download the file you're looking for (Probably something like *-full.jar)

(with sign-in) Download an older build or branch of Valkyrien Skies

  1. Navigate to https://circleci.com/gh/ValkyrienWarfare/Valkyrien-Warfare-Revamped
  2. Log into CircleCI using a GitHub account by clicking on the top-right > "user settings" > connect
  3. Go back to the first link
  4. All builds are listed. They are in the format [branch-name] [build #].
  5. Click on the build you're interested in. Then, click on the "Artifacts" tab.
  6. Download the file you're looking for (Probably something like *-full.jar)

Compile Valkyrien Skies Wiki

Is CircleCI too slow for your needs? Want to test the latest commit? If so, this simple 4 step tutorial is for you!

What you need:

  • Java Development Kit 8, any older or newer will not work.
  • Know how to use your machine's command line

Steps:

  1. Open a command line in the source root directory (where src, gradlew are).
  2. Make sure java -version reports Java 8.
  3. Run ./gradlew build.
  4. Move the -full.jar from build/libs/ to your .minecraft/mods/ folder.

Keep in mind you may have crashing and other issues as latest commits are not always tested.