mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-23 16:32:49 +00:00
update ci
This commit is contained in:
parent
144ba1e3d6
commit
91a50f224e
1 changed files with 19 additions and 4 deletions
|
|
@ -15,6 +15,9 @@ jobs:
|
||||||
NPROC: 4
|
NPROC: 4
|
||||||
COMMIT_TAG: pipeline.git.tag
|
COMMIT_TAG: pipeline.git.tag
|
||||||
steps:
|
steps:
|
||||||
|
- add_ssh_keys:
|
||||||
|
fingerprints:
|
||||||
|
- "82:42:56:a0:57:43:95:4e:00:c0:8c:c1:7f:70:74:47"
|
||||||
- checkout:
|
- checkout:
|
||||||
path: ~/MBHaxe
|
path: ~/MBHaxe
|
||||||
|
|
||||||
|
|
@ -277,8 +280,13 @@ jobs:
|
||||||
rm -rf "macos-dist/MarbleBlast Platinum.app.in"
|
rm -rf "macos-dist/MarbleBlast Platinum.app.in"
|
||||||
zip -r MBHaxe-Platinum-Mac.zip macos-dist/
|
zip -r MBHaxe-Platinum-Mac.zip macos-dist/
|
||||||
|
|
||||||
- store_artifacts:
|
- run:
|
||||||
path: ~/MBHaxe/MBHaxe-Platinum-Mac.zip
|
name: Upload to Artifact Storage
|
||||||
|
command: |
|
||||||
|
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/MBHaxe/MBHaxe-Platinum-Mac.zip $REMOTEDIR/MBHaxe-Platinum-Mac.zip
|
||||||
|
|
||||||
|
# - store_artifacts:
|
||||||
|
# path: ~/MBHaxe/MBHaxe-Platinum-Mac.zip
|
||||||
|
|
||||||
build-win:
|
build-win:
|
||||||
executor:
|
executor:
|
||||||
|
|
@ -290,6 +298,9 @@ jobs:
|
||||||
# Then run your tests!
|
# Then run your tests!
|
||||||
# CircleCI will report the results back to your VCS provider.
|
# CircleCI will report the results back to your VCS provider.
|
||||||
steps:
|
steps:
|
||||||
|
- add_ssh_keys:
|
||||||
|
fingerprints:
|
||||||
|
- "82:42:56:a0:57:43:95:4e:00:c0:8c:c1:7f:70:74:47"
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
|
|
@ -396,8 +407,12 @@ jobs:
|
||||||
cd ~/project
|
cd ~/project
|
||||||
7z a MBHaxe-Platinum-Win.zip release/
|
7z a MBHaxe-Platinum-Win.zip release/
|
||||||
|
|
||||||
- store_artifacts:
|
- run:
|
||||||
path: ~/project/MBHaxe-Platinum-Win.zip
|
name: Upload to Artifact Storage
|
||||||
|
command: |
|
||||||
|
scp -o StrictHostKeyChecking=no -i $KEYPATH -P $PORT ~/project/MBHaxe-Platinum-Win.zip $REMOTEDIR/MBHaxe-Platinum-Win.zip
|
||||||
|
# - store_artifacts:
|
||||||
|
# path: ~/project/MBHaxe-Platinum-Win.zip
|
||||||
|
|
||||||
|
|
||||||
# Invoke jobs via workflows
|
# Invoke jobs via workflows
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue