Development Builds: Difference between revisions

From Valkyrien Skies Wiki
Content added Content deleted
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''NOTE: The branch name for version 1.0 is "breaking/1.0".'''
=== [https://circleci.com/api/v1.1/project/github/ValkyrienWarfare/Valkyrien-Warfare-Revamped/latest/artifacts/0/ValkyrienWarfareRevamped-1.12.2-0.9a-full.jar?circle-token=a96ec0b4c4c58c8d89455aec06f95ec1dd8c6c60&branch=master "https://circleci.com/api/v1.1/pr Download latest version of `master` - one click] ===

===[https://circleci.com/api/v1.1/project/github/ValkyrienSkies/Valkyrien-Skies/latest/artifacts/0/ValkyrienWarfareRevamped-1.12.2-0.9a-full.jar?circle-token=a96ec0b4c4c58c8d89455aec06f95ec1dd8c6c60&branch=master Download latest version of '''master''' - one click]===


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


# Navigate to https://circleci.com/gh/ValkyrienWarfare/Valkyrien-Warfare-Revamped
# Navigate to https://circleci.com/gh/ValkyrienSkies/Valkyrien-Skies
# All builds are listed. They are in the format "[branch-name] [build #]".
# All builds are listed. They are in the format <code>[branch-name] [build #]</code>.
# Click on the build you're interested in.
# 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`
# Go to the top of your browser and add the following to the URL: <code>#artifacts/containers/0</code>
# Download the file you're looking for (Probably something like "*-full.jar")
# Download the file you're looking for (Probably something like <code>*-full.jar</code>)


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


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


== Compile {{SITENAME}} ==
== Compile {{ModName}} ==
Is CircleCI too slow for your needs? Want to test the latest commit? If so, this simple 4 step tutorial is for you!
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:
What you need:
Line 27: Line 29:


Steps:
Steps:

#Open a command line in the source root directory (where src, gradlew are).
# Make sure <code>java -version</code> reports Java 8.
# Make sure <code>java -version</code> reports Java 8.
# Open a command line.
#Run <code>./gradlew build</code>.
# Run <code>git clone git@github.com:ValkyrienSkies/Valkyrien-Skies.git --branch breaking/1.0</code>
#Move the -full.jar from build/libs/ to your .minecraft/mods/ folder.
# Run <code>cd Valkyrien-Skies; ./gradlew build</code>
# Move the '''ValkyrienSkies-1.12.2-1.0.jar''' file 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.
'''''Keep in mind you may experience crashes and other issues as the latest commits are not always tested!'''''

Latest revision as of 21:04, 10 October 2019

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

  1. Navigate to https://circleci.com/gh/ValkyrienSkies/Valkyrien-Skies
  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/ValkyrienSkies/Valkyrien-Skies
  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

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:

  1. Make sure java -version reports Java 8.
  2. Open a command line.
  3. Run git clone git@github.com:ValkyrienSkies/Valkyrien-Skies.git --branch breaking/1.0
  4. Run cd Valkyrien-Skies; ./gradlew build
  5. 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!