mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
17 lines
No EOL
358 B
YAML
17 lines
No EOL
358 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/blog/home/
|
|
- danger
|
|
after_success:
|
|
- swift ./.github/ReadmeGenerator.swift
|
|
- chmod +x ./.github/deploy.sh
|
|
- ./.github/deploy.sh
|
|
notifications:
|
|
email: false |