api key change
This commit is contained in:
parent
ff760a2c2f
commit
b3da2f7374
@ -3,22 +3,18 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
test:
|
#test:
|
||||||
stage: test
|
# stage: test
|
||||||
script:
|
# script:
|
||||||
- echo "This job tests something"
|
# - echo "This job tests something"
|
||||||
tags:
|
# tags:
|
||||||
- xcode_12_2
|
# - xcode_12_2
|
||||||
|
|
||||||
build_project:
|
build_project:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty
|
- xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty
|
||||||
- BUILD_DIR=$(xcodebuild -showBuildSettings -project MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
|
- BUILD_DIR=$(xcodebuild -showBuildSettings -project MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- ${BUILD_DIR}/universal/MVMCore.framework
|
|
||||||
expire_in: 1 week
|
|
||||||
only:
|
only:
|
||||||
- branches
|
- branches
|
||||||
- feature/testing
|
- feature/testing
|
||||||
@ -39,55 +35,7 @@ deploy_snapshot:
|
|||||||
url: https://oneartifactoryprod.verizon.com/artifactory
|
url: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
variables:
|
variables:
|
||||||
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
||||||
##
|
|
||||||
#stages:
|
|
||||||
# # - test
|
|
||||||
# - build # generate the remote view framework
|
|
||||||
# - deploy # deploy the framework to Artifactory as a snapshot
|
|
||||||
# - tag # on manual confirmation, tag the repository
|
|
||||||
# - go live # move the snapshot binary on artifactory into live status
|
|
||||||
#
|
|
||||||
##run_unit_tests:
|
|
||||||
## stage: test
|
|
||||||
## script:
|
|
||||||
## - xcodebuild test -project ProjectName.xcodeproj -scheme SchemeName -destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.2' | xcpretty -s
|
|
||||||
## tags:
|
|
||||||
## - xcode_12
|
|
||||||
#
|
|
||||||
#build_project:
|
|
||||||
# stage: build
|
|
||||||
# script:
|
|
||||||
# - xcodebuild build -workspace RemoteView.xcworkspace -scheme RemoteViewAggregate | xcpretty
|
|
||||||
# artifacts:
|
|
||||||
# paths:
|
|
||||||
# - RemoteViewFramework/**
|
|
||||||
# expire_in: 1 week
|
|
||||||
# only:
|
|
||||||
# - branches
|
|
||||||
# - develop
|
|
||||||
# tags:
|
|
||||||
# - xcode_12_2
|
|
||||||
# environment:
|
|
||||||
# name: oneartifactory
|
|
||||||
# url: https://oneartifactoryprod.verizon.com/artifactory
|
|
||||||
# variables:
|
|
||||||
# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
|
||||||
#
|
|
||||||
#deploy_snapshot:
|
|
||||||
# stage: deploy
|
|
||||||
# script:
|
|
||||||
# - cd Scripts && ./upload_remote_view_frameworks.sh
|
|
||||||
# only:
|
|
||||||
# - branches
|
|
||||||
# - develop
|
|
||||||
# tags:
|
|
||||||
# - bash_shell
|
|
||||||
# environment:
|
|
||||||
# name: oneartifactory
|
|
||||||
# url: https://oneartifactoryprod.verizon.com/artifactory
|
|
||||||
# variables:
|
|
||||||
# ARTIFACTORY_URL: https://oneartifactoryprod.verizon.com/artifactory
|
|
||||||
#
|
|
||||||
#promote_snapshot:
|
#promote_snapshot:
|
||||||
# stage: go live
|
# stage: go live
|
||||||
# # Prevent artifacts from needing to re-download. Everything we need is in Artifactory.
|
# # Prevent artifacts from needing to re-download. Everything we need is in Artifactory.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user