aboutsummaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2019-12-30 01:43:49 +0000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2019-12-30 01:43:49 +0000
commitcc825179dce70a5f2c4a13730639e3300243e21a (patch)
tree68f8c2ea52396b3a7cd1cb715bd029710b570ac6 /.circleci/config.yml
parent78eb86ee014c2aec978ad680df2b9ae3547317c3 (diff)
downloadGT5-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.yml8
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