diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-12-30 01:43:49 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2019-12-30 01:43:49 +0000 |
commit | cc825179dce70a5f2c4a13730639e3300243e21a (patch) | |
tree | 68f8c2ea52396b3a7cd1cb715bd029710b570ac6 /.circleci/config.yml | |
parent | 78eb86ee014c2aec978ad680df2b9ae3547317c3 (diff) | |
download | GT5-Unofficial-cc825179dce70a5f2c4a13730639e3300243e21a.tar.gz GT5-Unofficial-cc825179dce70a5f2c4a13730639e3300243e21a.tar.bz2 GT5-Unofficial-cc825179dce70a5f2c4a13730639e3300243e21a.zip |
$ Build script adjustments,
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2be7471253..7bfee9a42d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,11 +43,15 @@ jobs: # Build Mod - run: name: Download Build Script - command: wget https://alkcorp.overminddl1.com/GTPP_BuildScript.sh + command: wget https://alkcorp.overminddl1.com/Build_1_Master.sh + + - run: + name: Run Master Script + command: sh Build_1_Master.sh ${CIRCLE_BUILD_NUM} "${CIRCLE_BRANCH}" "${CIRCLE_USERNAME}" "${CIRCLE_SHA1}" "${CIRCLE_PROJECT_REPONAME}" "${CIRCLE_PROJECT_USERNAME}" "https://github.com/draknyte1/GTplusplus/archive/master.zip" - run: name: Run Build Script - command: sh GTPP_BuildScript.sh ${CIRCLE_BUILD_NUM} "${CIRCLE_BRANCH}" "${CIRCLE_USERNAME}" "${CIRCLE_SHA1}" "${CIRCLE_PROJECT_REPONAME}" "${CIRCLE_PROJECT_USERNAME}" "https://github.com/draknyte1/GTplusplus/archive/master.zip" + command: sh RunScript.sh - store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ path: build/libs |