Skip SwiftLint and SwiftFormat runs on CI build

Unfortunately, there seems to be no simpler way to tell a script in Xcode that it runs on CI.
This commit is contained in:
Danny Moesch 2020-08-28 18:29:15 +02:00 committed by Mingshen Sun
parent ea304f963c
commit 9b38cc0437
5 changed files with 62 additions and 8 deletions

5
.gitignore vendored
View file

@ -69,3 +69,8 @@ fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
.DS_Store
# Environment
#
# The Continuous Integration environment will create this file. It avoids specific "Run Script" phases while building.
.ci-env