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
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

View File

@ -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}")

View File

@ -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