This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add .travis.yml configuration * Share TUM Campus App scheme so Travis can find it * Use fastlane on travis instead of travis default xctool or apples xcodebuild * Manually install fastlane on travis * Make travis cache the pods * Try to fix travis fastlane build * Revert "Make travis cache the pods" This reverts commit 688f0a2. * verbose fastlane in order to get clues on the error * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * try to fix xcodebuild simulator timeout * language should be not needed * Revert "language should be not needed" This reverts commit 4982864. * Check whether Travis fails when a UITest fails * Check whether Travis succeeds when UITest suceeds * Try fix for Travis simulator startup timeout * Disable UI Tests, add UnitTests * Add Simple UnitTest, Swiftlint, Codecoverage and sonar * Trying Travis env variable encryption * Pass all tokens as command arguments * try to get ToDo for sonar * Run different tasks depending on whether it’s an integration in master or a pull request * Run push builds on travis only when merging into master * Fix fastfile error * Fix Travis performing wrong task * Add something for sonar to complain * Update coverage on integration task * Update Fastlane version * Add UITests * Update fastlane gem install * Test UITests * Test UITests * Explicitly start simulator * Fix UnitTest bundle identifier * Try to fix Travis bug Travis has multiple simulator devices for iOS 10.2 (s. Issue #7031 in travis-ci) * Try to fix Travis bug Travis has multiple simulator devices for iOS 10.2 * Trigger build * Trigger build * Trigger build * Update fastlane, introduce new unittest-target, fix pod linking, add movie unit test * [ci skip] uuh, that code smells * [ci skip] uuh, that code smells * [ci skip] uuh, that code smells * Fix Code Coverage, exclude Pods in the linter, only run ensure_git_status_clean on CI, * Increase Timeout * Some cleanups * Update Sonar properties to match the official project * Remove old references * Fix Pods not built * logging for env variable * Don’t use Sonar and the GitHub Bot when the PR is coming from a fork * Added missing file
- Loading branch information
Any specific reason why caching is disabled?
We could also cache the pods files...