diff options
-rw-r--r-- | .circleci/config.yml | 33 |
1 files changed, 7 insertions, 26 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index b30639a95b..4b4d560dc4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,39 +13,20 @@ jobs: steps: - checkout + - run: sudo chmod +x gradlew #https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-src.zip - #- restore_cache: - # key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - - - run: - name: Download Forge - command: wget https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10-src.zip - - - run: - name: Unzip Forge - command: unzip -o forge-1.7.10-10.13.4.1614-1.7.10-src.zip - - #- run: - # name: Dependencies - # command: gradle dependencies - - - run: - name: Chmod permissions #if permission for Gradlew Dependencies fail, use this. - command: sudo chmod +x ./gradlew - - - run: - name: Setup Forge/MCP - command: gradle SetupCIWorkspace + - restore_cache: + key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} - run: - name: Eclipse Setup - command: gradle eclipse + name: Download Build Script + command: wget https://alkcorp.overminddl1.com/GTPP_BuildScript.sh - run: - name: Build GT++ - command: gradle build + name: Run Build Script + command: sh GTPP_BuildScript.sh - save_cache: paths: |