add Moya and Aerial to osscheck

This commit is contained in:
JP Simard
2016-12-30 12:06:10 -08:00
parent fefb6d8f4d
commit ec15a6706f
+6 -1
View File
@@ -27,7 +27,12 @@ end
# Run OSSCheck if there were app changes
if has_app_changes
@repos = ['realm/realm-cocoa', 'jpsim/SourceKitten']
@repos = [
'JohnCoates/Aerial',
'jpsim/SourceKitten',
'Moya/Moya',
'realm/realm-cocoa'
]
def generate_reports(clone, branch)
Dir.chdir('osscheck') do