fixes
This commit is contained in:
parent
ab6635c73e
commit
eb0b4692b1
@ -14,9 +14,10 @@ build_project:
|
||||
stage: build
|
||||
script:
|
||||
- xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty
|
||||
- BUILD_DIR=$(xcodebuild -showBuildSettings -project MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
|
||||
artifacts:
|
||||
paths:
|
||||
- MVMCore/build/universal/MVMCore.framework
|
||||
- ${BUILD_DIR}/universal/MVMCore.framework
|
||||
expire_in: 1 week
|
||||
only:
|
||||
- branches
|
||||
|
||||
@ -25,11 +25,6 @@ echo ">>> UPLOAD START <<<"
|
||||
echo "Local path: ${LOCALPATH}"
|
||||
echo "Remote path: ${REMOTEPATH}"
|
||||
|
||||
ls "../MVMCore"
|
||||
ls "../MVMCore/MVMCore"
|
||||
ls "../MVMCore/build"
|
||||
ls "../MVMCore/build/universal"
|
||||
|
||||
cat "${LOCALPATH}/Info.plist"
|
||||
|
||||
LOCALBASE=$(basename "${LOCALPATH}")
|
||||
|
||||
@ -22,5 +22,5 @@ fi
|
||||
#xcodebuild -workspace "../RemoteView.xcworkspace" -scheme "RemoteViewAggregate"
|
||||
|
||||
# Remote View Versions
|
||||
|
||||
./upload_framework.sh $ARTIFACTORY_URL "../MVMCore/build/universal/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/[VER]/MVMCore-[VER]-Debug-SNAPSHOT
|
||||
BUILD_DIR=$(xcodebuild -showBuildSettings -project ../MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
|
||||
./upload_framework.sh $ARTIFACTORY_URL "${BUILD_DIR}/universal/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/[VER]/MVMCore-[VER]-Debug-SNAPSHOT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user