This commit is contained in:
Pfeil, Scott Robert 2021-06-28 17:30:55 -04:00
parent ab6635c73e
commit eb0b4692b1
3 changed files with 4 additions and 8 deletions

View File

@ -14,9 +14,10 @@ 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)
artifacts: artifacts:
paths: paths:
- MVMCore/build/universal/MVMCore.framework - ${BUILD_DIR}/universal/MVMCore.framework
expire_in: 1 week expire_in: 1 week
only: only:
- branches - branches

View File

@ -25,11 +25,6 @@ echo ">>> UPLOAD START <<<"
echo "Local path: ${LOCALPATH}" echo "Local path: ${LOCALPATH}"
echo "Remote path: ${REMOTEPATH}" echo "Remote path: ${REMOTEPATH}"
ls "../MVMCore"
ls "../MVMCore/MVMCore"
ls "../MVMCore/build"
ls "../MVMCore/build/universal"
cat "${LOCALPATH}/Info.plist" cat "${LOCALPATH}/Info.plist"
LOCALBASE=$(basename "${LOCALPATH}") LOCALBASE=$(basename "${LOCALPATH}")

View File

@ -22,5 +22,5 @@ fi
#xcodebuild -workspace "../RemoteView.xcworkspace" -scheme "RemoteViewAggregate" #xcodebuild -workspace "../RemoteView.xcworkspace" -scheme "RemoteViewAggregate"
# Remote View Versions # Remote View Versions
BUILD_DIR=$(xcodebuild -showBuildSettings -project ../MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
./upload_framework.sh $ARTIFACTORY_URL "../MVMCore/build/universal/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/[VER]/MVMCore-[VER]-Debug-SNAPSHOT ./upload_framework.sh $ARTIFACTORY_URL "${BUILD_DIR}/universal/MVMCore.framework" BPHV_MobileFirst_IOS/com/vzw/hss/myverizon/MVMCore/[VER]/MVMCore-[VER]-Debug-SNAPSHOT