mirror of
https://github.com/jlengrand/open-source-mac-os-apps.git
synced 2026-03-10 08:31:19 +00:00
18 lines
382 B
YAML
18 lines
382 B
YAML
sudo: required
|
|
language: swift
|
|
osx_image: xcode10
|
|
rvm:
|
|
- 2.2
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- gem install danger
|
|
script:
|
|
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com
|
|
- danger
|
|
after_success:
|
|
- swift ./.github/ReadmeGenerator.swift
|
|
- chmod +x ./.github/deploy.sh
|
|
- ./.github/deploy.sh
|
|
notifications:
|
|
email: true
|