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:
stage: build
script:
- pwd
- xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary | xcpretty
- BUILD_DIR=$(xcodebuild -showBuildSettings -project MVMCore/MVMCore.xcodeproj | grep BUILD_DIR)
- xcodebuild build -project MVMCore/MVMCore.xcodeproj -scheme FatLibrary
only:
- branches
- develop