diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 6d1302d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -before_script: - - brew update; - - brew install carthage; -# - sudo gem install xcpretty; - - carthage bootstrap; -stages: - - build -build_project: - stage: build - script: - - xcodebuild clean -project agora-ios.xcodeproj -scheme agora-ios | xcpretty - - xcodebuild test -project agora-ios.xcodeproj -scheme agora-ios -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.4.1' | xcpretty -s - tags: - - ios