Development Builds
(Redirected from Compiling)
NOTE: The branch name for version 1.0 is "breaking/1.0".
Download latest version of master - one click
(no sign-in) Download an older build or branch of Valkyrien Skies
- Navigate to https://circleci.com/gh/ValkyrienSkies/Valkyrien-Skies
- All builds are listed. They are in the format
[branch-name] [build #]
. - Click on the build you're interested in.
- Go to the top of your browser and add the following to the URL:
#artifacts/containers/0
- Download the file you're looking for (Probably something like
*-full.jar
)
(with sign-in) Download an older build or branch of Valkyrien Skies
- Navigate to https://circleci.com/gh/ValkyrienSkies/Valkyrien-Skies
- Log into CircleCI using a GitHub account by clicking on the top-right > "user settings" > connect
- Go back to the first link
- All builds are listed. They are in the format
[branch-name] [build #]
. - Click on the build you're interested in. Then, click on the "Artifacts" tab.
- Download the file you're looking for (Probably something like
*-full.jar
)
Compile Valkyrien Skies
Is CircleCI too slow for your needs? Want to test the latest commit? If so, this simple 5 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:
- Make sure
java -version
reports Java 8. - Open a command line.
- Run
git clone [email protected]:ValkyrienSkies/Valkyrien-Skies.git --branch breaking/1.0
- Run
cd Valkyrien-Skies; ./gradlew build
- Move the ValkyrienSkies-1.12.2-1.0.jar file from build/libs/ to your .minecraft/mods/ folder.
Keep in mind you may experience crashes and other issues as the latest commits are not always tested!