From 1b4a67380200369e46ea4a306e7b0ddd9cddb961 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Fri, 1 Jul 2022 17:21:21 -0400 Subject: [PATCH] remove stuffs --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c299514..7db1ac9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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