remove stuffs

This commit is contained in:
Scott Pfeil 2022-07-01 17:21:21 -04:00
parent dfaa2b0364
commit 1b4a673802

View File

@ -13,9 +13,7 @@ stages:
build_project: build_project:
stage: build stage: build
script: script:
- pwd - xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary
- xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty
- BUILD_DIR=$(xcodebuild -showBuildSettings -project MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
only: only:
- branches - branches
- develop - develop