Skip to content

Commit a83e8a1

Browse files
committed
Merge branch 'tlg/clean-ios-runner' into 'develop'
Clean iOS build runner See merge request polycentric/polycentric!486
2 parents b3f611a + bd443b8 commit a83e8a1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitlab/ci/build_rs_core.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ rs-sdk-build-ios-sim-arm64:
144144
paths:
145145
- buildRsCoreIOSSimArm64/binary/*.a
146146

147+
rs-sdk-ios-tart-prune:
148+
stage: build
149+
extends: .rs-sdk-ios-build
150+
needs:
151+
- job: rs-sdk-build-ios-device
152+
artifacts: false
153+
- job: rs-sdk-build-ios-sim-arm64
154+
artifacts: false
155+
before_script: []
156+
script:
157+
- tart prune --entries vms --older-than 2
158+
147159
rs-sdk-build-android-arm64:
148160
extends: .rs-sdk-build-android
149161
script:

0 commit comments

Comments
 (0)