Skip to content
Snippets Groups Projects
Commit 11ce282b authored by Dennis Bonke's avatar Dennis Bonke
Browse files

Merge branch 'master' into 'master'

Moving setup and deploy commands to seperate stages.

See merge request !3
parents 5d388473 0b752cc4
No related branches found
No related tags found
1 merge request!3Moving setup and deploy commands to seperate stages.
Pipeline #
...@@ -18,9 +18,24 @@ stages: ...@@ -18,9 +18,24 @@ stages:
- build - build
- deploy - deploy
stages:
- setup
- build
- deploy
setup-workspace:
stage: setup
script: ./gradlew -i setupDecompWorkspace
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
paths:
- build
- .gradle
build-jar: build-jar:
stage: build stage: build
script: ./gradlew -i setupDecompWorkspace && ./gradlew -i build -Pmaven_pass=$MAVEN_PASS script: ./gradlew build -Pmaven_pass=$MAVEN_PASS
cache: cache:
key: "$CI_COMMIT_REF_NAME" key: "$CI_COMMIT_REF_NAME"
policy: push policy: push
......
AMCore AMCore
====== ======
<a href='http://ci.zsinfo.nl/job/AMCore/'><img src='http://ci.zsinfo.nl/job/AMCore/badge/icon'></a> <a href="http://git.zsinfo.nl/AdvancedMods/AMCore/commits/master"><img src="http://git.zsinfo.nl/AdvancedMods/AMCore/badges/master/pipeline.svg"></a>
Core mod for all AdvancedMods mods.<br> Core mod for all AdvancedMods mods.<br>
Requires Forge version 10.13.4.1614.<br> Requires Forge version 10.13.4.1614.<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment