mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Merge pull request #49 from JrGoodle/travis-ci
Add support for Travis CI
This commit is contained in:
commit
d6787e905d
16
.gitignore
vendored
16
.gitignore
vendored
@ -20,3 +20,19 @@ DerivedData
|
||||
|
||||
External/libgit2*.a
|
||||
|
||||
### fastlane ###
|
||||
# fastlane - A streamlined workflow tool for Cocoa deployment
|
||||
|
||||
# fastlane specific
|
||||
fastlane/report.xml
|
||||
|
||||
# deliver temporary files
|
||||
fastlane/Preview.html
|
||||
|
||||
# snapshot generated screenshots
|
||||
fastlane/screenshots/**/*.png
|
||||
fastlane/screenshots/screenshots.html
|
||||
|
||||
# scan temporary files
|
||||
fastlane/test_output
|
||||
test_output
|
||||
|
||||
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
||||
language: objective-c
|
||||
|
||||
osx_image: xcode7.2
|
||||
|
||||
sudo: false # Enable container-based builds
|
||||
|
||||
install:
|
||||
- gem install scan
|
||||
- brew install cmake
|
||||
- brew install libssh2
|
||||
|
||||
script: scan -w SwiftGit2.xcworkspace -s "SwiftGit2-OSX"
|
||||
|
||||
branches:
|
||||
only: # whitelist
|
||||
- master
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
Loading…
Reference in New Issue
Block a user